forked from github/purescript-typeable
20 lines
355 B
Plaintext
20 lines
355 B
Plaintext
|
{-
|
||
|
Welcome to a Spago project!
|
||
|
You can edit this file as you like.
|
||
|
-}
|
||
|
{ name = "typeable-tests"
|
||
|
, dependencies =
|
||
|
[ "aff"
|
||
|
, "effect"
|
||
|
, "either"
|
||
|
, "exceptions"
|
||
|
, "prelude"
|
||
|
, "psci-support"
|
||
|
, "spec"
|
||
|
, "transformers"
|
||
|
, "typeable"
|
||
|
]
|
||
|
, packages = ./packages.dhall with typeable = ./spago.dhall as Location
|
||
|
, sources = [ "test/**/*.purs" ]
|
||
|
}
|