purescript-typeable/spago.dhall
2021-04-22 13:11:34 +05:30

26 lines
419 B
Plaintext

{-
Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "typeable"
, dependencies =
[ "effect"
, "psci-support"
, "either"
, "exists"
, "leibniz"
, "prelude"
, "tuples"
, "arrays"
, "const"
, "control"
, "foldable-traversable"
, "identity"
, "maybe"
, "newtype"
, "unsafe-coerce"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}