mirror of
https://github.com/yaitskov/purescript-typeable.git
synced 2024-11-10 07:53:05 +00:00
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" ]
|
|
}
|