purescript-unlift/spago.dhall

18 lines
302 B
Plaintext
Raw Normal View History

2022-03-15 18:22:10 +00:00
{ name = "unlift"
2022-03-15 18:15:11 +00:00
, license = "MIT"
, repository = "https://github.com/tweag/purescript-unlift.git"
2022-03-15 15:28:27 +00:00
, dependencies =
[ "aff"
, "effect"
, "either"
, "identity"
, "lists"
, "maybe"
, "prelude"
, "st"
, "transformers"
]
2022-03-15 14:55:25 +00:00
, packages = ./packages.dhall
, sources = [ "src/**/*.purs" ]
}