diff --git a/spago.dhall b/spago.dhall index 3c71eaa..92ec1de 100644 --- a/spago.dhall +++ b/spago.dhall @@ -17,25 +17,36 @@ You can edit this file as you like. , "dotenv" , "effect" , "either" + , "enums" , "exceptions" , "foldable-traversable" , "foreign" , "foreign-generic" , "foreign-object" + , "identity" + , "integers" , "js-date" , "lists" + , "math" , "maybe" , "newtype" , "node-fs" , "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"