purescript-unlift/spago.dhall

21 lines
347 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"
2022-03-16 14:57:27 +00:00
, "freet"
2022-03-15 15:28:27 +00:00
, "identity"
, "lists"
, "maybe"
2022-03-16 14:57:27 +00:00
, "monad-control"
2022-03-15 15:28:27 +00:00
, "prelude"
, "st"
, "transformers"
2022-03-16 14:57:27 +00:00
, "tuples"
2022-03-15 15:28:27 +00:00
]
2022-03-15 14:55:25 +00:00
, packages = ./packages.dhall
, sources = [ "src/**/*.purs" ]
}