purescript-typeable/tests.dhall
2023-07-05 15:15:11 +05:30

19 lines
336 B
Plaintext

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