20 lines
326 B
Plaintext
20 lines
326 B
Plaintext
|
{-
|
||
|
Welcome to a Spago project!
|
||
|
You can edit this file as you like.
|
||
|
-}
|
||
|
{ name = "my-project"
|
||
|
, dependencies =
|
||
|
[ "console"
|
||
|
, "debug"
|
||
|
, "effect"
|
||
|
, "fixed-points"
|
||
|
, "free"
|
||
|
, "psci-support"
|
||
|
, "tuples"
|
||
|
, "undefined"
|
||
|
, "variant"
|
||
|
]
|
||
|
, packages = ./packages.dhall
|
||
|
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
|
||
|
}
|