Update meta data in spago.dhall

This commit is contained in:
Tomasz Rybarczyk 2019-10-18 11:35:52 +02:00
parent 67960570a5
commit 237d131859

View File

@ -4,6 +4,7 @@ You can edit this file as you like.
-}
{ name =
"my-project"
, license = "BSD-3-Clause"
, dependencies =
[ "aff"
, "arrays"
@ -33,6 +34,7 @@ You can edit this file as you like.
]
, packages =
./packages.dhall
, repository = "https://github.com/rightfold/purescript-postgresql-client.git"
, sources =
[ "src/**/*.purs", "test/**/*.purs" ]
}