forked from github/purescript-typeable
20 lines
319 B
Plaintext
20 lines
319 B
Plaintext
{-
|
|
Welcome to a Spago project!
|
|
You can edit this file as you like.
|
|
-}
|
|
{ name = "typeable"
|
|
, dependencies =
|
|
[ "console"
|
|
, "effect"
|
|
, "psci-support"
|
|
, "either"
|
|
, "exists"
|
|
, "leibniz"
|
|
, "prelude"
|
|
, "tuples"
|
|
, "arrays"
|
|
]
|
|
, packages = ./packages.dhall
|
|
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
|
|
}
|