generated from tpl/purs
Fix Spago error; add missing dependencies used in source code
This commit is contained in:
parent
fcc2dfef85
commit
3cfe9ffa3d
11
spago.dhall
11
spago.dhall
@ -17,25 +17,36 @@ You can edit this file as you like.
|
|||||||
, "dotenv"
|
, "dotenv"
|
||||||
, "effect"
|
, "effect"
|
||||||
, "either"
|
, "either"
|
||||||
|
, "enums"
|
||||||
, "exceptions"
|
, "exceptions"
|
||||||
, "foldable-traversable"
|
, "foldable-traversable"
|
||||||
, "foreign"
|
, "foreign"
|
||||||
, "foreign-generic"
|
, "foreign-generic"
|
||||||
, "foreign-object"
|
, "foreign-object"
|
||||||
|
, "identity"
|
||||||
|
, "integers"
|
||||||
, "js-date"
|
, "js-date"
|
||||||
, "lists"
|
, "lists"
|
||||||
|
, "math"
|
||||||
, "maybe"
|
, "maybe"
|
||||||
, "newtype"
|
, "newtype"
|
||||||
, "node-fs"
|
, "node-fs"
|
||||||
, "node-process"
|
, "node-process"
|
||||||
, "nullable"
|
, "nullable"
|
||||||
|
, "ordered-collections"
|
||||||
|
, "partial"
|
||||||
|
, "polyform"
|
||||||
|
, "polyform-batteries-core"
|
||||||
, "polyform-batteries-env"
|
, "polyform-batteries-env"
|
||||||
, "prelude"
|
, "prelude"
|
||||||
, "psci-support"
|
, "psci-support"
|
||||||
, "string-parsers"
|
, "string-parsers"
|
||||||
|
, "strings"
|
||||||
, "test-unit"
|
, "test-unit"
|
||||||
, "transformers"
|
, "transformers"
|
||||||
, "tuples"
|
, "tuples"
|
||||||
|
, "typelevel-prelude"
|
||||||
|
, "validation"
|
||||||
]
|
]
|
||||||
, packages = ./packages.dhall
|
, packages = ./packages.dhall
|
||||||
, repository = "https://github.com/rightfold/purescript-postgresql-client.git"
|
, repository = "https://github.com/rightfold/purescript-postgresql-client.git"
|
||||||
|
Loading…
Reference in New Issue
Block a user