2019-07-26 01:48:52 +00:00
|
|
|
{-
|
|
|
|
Welcome to a Spago project!
|
|
|
|
You can edit this file as you like.
|
|
|
|
-}
|
2020-04-13 20:58:24 +00:00
|
|
|
{ name = "postgresql-client"
|
2019-10-18 09:35:52 +00:00
|
|
|
, license = "BSD-3-Clause"
|
2019-07-26 01:48:52 +00:00
|
|
|
, dependencies =
|
2020-04-13 20:58:24 +00:00
|
|
|
[ "aff"
|
|
|
|
, "argonaut"
|
|
|
|
, "arrays"
|
|
|
|
, "assert"
|
|
|
|
, "bifunctors"
|
|
|
|
, "bytestrings"
|
|
|
|
, "console"
|
|
|
|
, "datetime"
|
|
|
|
, "decimals"
|
|
|
|
, "effect"
|
|
|
|
, "either"
|
|
|
|
, "exceptions"
|
|
|
|
, "foldable-traversable"
|
|
|
|
, "foreign"
|
|
|
|
, "foreign-generic"
|
|
|
|
, "foreign-object"
|
|
|
|
, "js-date"
|
|
|
|
, "lists"
|
|
|
|
, "maybe"
|
|
|
|
, "newtype"
|
|
|
|
, "nullable"
|
|
|
|
, "prelude"
|
|
|
|
, "psci-support"
|
|
|
|
, "string-parsers"
|
|
|
|
, "test-unit"
|
|
|
|
, "transformers"
|
|
|
|
, "tuples"
|
|
|
|
]
|
|
|
|
, packages = ./packages.dhall
|
2019-10-18 09:35:52 +00:00
|
|
|
, repository = "https://github.com/rightfold/purescript-postgresql-client.git"
|
2020-04-13 20:58:24 +00:00
|
|
|
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
|
2019-07-26 01:48:52 +00:00
|
|
|
}
|