21 lines
357 B
Plaintext
21 lines
357 B
Plaintext
{-
|
|
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" ]
|
|
}
|