purescript-typeable/tests.dhall

19 lines
336 B
Plaintext
Raw Normal View History

2021-04-22 12:08:28 +00:00
{-
Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "typeable-tests"
, dependencies =
[ "aff"
, "effect"
, "either"
, "exceptions"
, "prelude"
, "spec"
, "transformers"
, "typeable"
]
, packages = ./packages.dhall with typeable = ./spago.dhall as Location
, sources = [ "test/**/*.purs" ]
}