1
Fork 0
solar-conflux/purescript/lune/spago.dhall

21 lines
357 B
Plaintext
Raw Permalink Normal View History

2023-06-04 15:18:40 +02:00
{-
Welcome to a Spago project!
You can edit this file as you like.
-}
{ name = "my-project"
, dependencies =
[ "console"
, "effect"
, "either"
, "foreign"
, "functions"
, "psci-support"
, "tuples"
, "typelevel-prelude"
, "undefined"
, "unsafe-coerce"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}