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"
|
|
|
|
, "datetime"
|
|
|
|
, "decimals"
|
2020-11-09 14:54:23 +00:00
|
|
|
, "dotenv"
|
2020-04-13 20:58:24 +00:00
|
|
|
, "effect"
|
|
|
|
, "either"
|
2021-05-12 11:37:29 +00:00
|
|
|
, "enums"
|
2020-04-13 20:58:24 +00:00
|
|
|
, "exceptions"
|
|
|
|
, "foldable-traversable"
|
|
|
|
, "foreign"
|
|
|
|
, "foreign-generic"
|
|
|
|
, "foreign-object"
|
2021-05-12 11:37:29 +00:00
|
|
|
, "identity"
|
|
|
|
, "integers"
|
2020-04-13 20:58:24 +00:00
|
|
|
, "js-date"
|
|
|
|
, "lists"
|
2021-05-12 11:37:29 +00:00
|
|
|
, "math"
|
2020-04-13 20:58:24 +00:00
|
|
|
, "maybe"
|
|
|
|
, "newtype"
|
2020-11-09 14:54:23 +00:00
|
|
|
, "node-process"
|
2020-04-13 20:58:24 +00:00
|
|
|
, "nullable"
|
2021-05-12 11:37:29 +00:00
|
|
|
, "ordered-collections"
|
|
|
|
, "partial"
|
|
|
|
, "polyform"
|
|
|
|
, "polyform-batteries-core"
|
2020-11-09 14:54:23 +00:00
|
|
|
, "polyform-batteries-env"
|
2020-04-13 20:58:24 +00:00
|
|
|
, "prelude"
|
2021-11-08 17:46:43 +00:00
|
|
|
, "profunctor"
|
2020-04-13 20:58:24 +00:00
|
|
|
, "psci-support"
|
2021-11-08 17:46:43 +00:00
|
|
|
, "record"
|
2020-04-13 20:58:24 +00:00
|
|
|
, "string-parsers"
|
2021-05-12 11:37:29 +00:00
|
|
|
, "strings"
|
2020-04-13 20:58:24 +00:00
|
|
|
, "test-unit"
|
|
|
|
, "transformers"
|
|
|
|
, "tuples"
|
2021-05-12 11:37:29 +00:00
|
|
|
, "typelevel-prelude"
|
2021-11-08 17:46:43 +00:00
|
|
|
, "unsafe-coerce"
|
2021-05-12 11:37:29 +00:00
|
|
|
, "validation"
|
2020-04-13 20:58:24 +00:00
|
|
|
]
|
|
|
|
, 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
|
|
|
}
|