purescript-typeable/tests.dhall
2021-04-22 17:59:15 +05:30

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" ]
}