Fix Spago error; add missing dependencies used in source code

This commit is contained in:
Jordan Martinez 2021-05-12 04:37:29 -07:00
parent fcc2dfef85
commit 3cfe9ffa3d

View File

@ -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"