mirror of
https://github.com/yaitskov/purescript-typeable.git
synced 2024-11-09 23:53:05 +00:00
26 lines
419 B
Plaintext
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" ]
|
|
}
|