purescript-postgresql-client/spago.dhall
2021-05-12 04:37:46 -07:00

53 lines
974 B
Plaintext

{-
Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "postgresql-client"
, license = "BSD-3-Clause"
, dependencies =
[ "aff"
, "argonaut"
, "arrays"
, "assert"
, "bifunctors"
, "bytestrings"
, "datetime"
, "decimals"
, "dotenv"
, "effect"
, "either"
, "enums"
, "exceptions"
, "foldable-traversable"
, "foreign"
, "foreign-generic"
, "foreign-object"
, "identity"
, "integers"
, "js-date"
, "lists"
, "math"
, "maybe"
, "newtype"
, "node-process"
, "nullable"
, "ordered-collections"
, "partial"
, "polyform"
, "polyform-batteries-core"
, "polyform-batteries-env"
, "prelude"
, "psci-support"
, "string-parsers"
, "strings"
, "test-unit"
, "transformers"
, "tuples"
, "typelevel-prelude"
, "validation"
]
, packages = ./packages.dhall
, repository = "https://github.com/rightfold/purescript-postgresql-client.git"
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}