purescript-typeable/spago.dhall

24 lines
369 B
Plaintext
Raw Permalink Normal View History

2021-01-06 05:04:30 +00:00
{-
Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "typeable"
, dependencies =
2021-04-22 12:08:28 +00:00
[ "arrays"
2021-04-22 07:41:34 +00:00
, "const"
, "control"
2021-04-22 12:08:28 +00:00
, "either"
, "exists"
2021-04-22 07:41:34 +00:00
, "foldable-traversable"
, "identity"
2021-04-22 12:08:28 +00:00
, "leibniz"
2021-04-22 07:41:34 +00:00
, "maybe"
, "newtype"
2021-04-22 12:08:28 +00:00
, "prelude"
, "tuples"
2021-04-22 07:41:34 +00:00
, "unsafe-coerce"
]
2021-01-06 05:04:30 +00:00
, packages = ./packages.dhall
2021-04-22 12:08:28 +00:00
, sources = [ "src/**/*.purs" ]
2021-01-06 05:04:30 +00:00
}