20 lines
346 B
Plaintext
20 lines
346 B
Plaintext
![]() |
{-
|
||
|
Welcome to a Spago project!
|
||
|
You can edit this file as you like.
|
||
|
-}
|
||
|
{ name = "my-project"
|
||
|
, dependencies =
|
||
|
[ "console"
|
||
|
, "debug"
|
||
|
, "effect"
|
||
|
, "filterable"
|
||
|
, "profunctor-lenses"
|
||
|
, "psci-support"
|
||
|
, "run"
|
||
|
, "strings"
|
||
|
, "unordered-collections"
|
||
|
]
|
||
|
, packages = ./packages.dhall
|
||
|
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
|
||
|
}
|