purescript-typeable/spago.dhall
Anupam Jain 4f9fa2e3b4 Init
2021-01-06 10:34:30 +05:30

10 lines
229 B
Plaintext

{-
Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "typeable"
, dependencies = [ "console", "effect", "psci-support" ]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}