2021-04-01 18:29:27 +02:00
|
|
|
{-
|
|
|
|
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"
|
2021-04-03 23:36:18 +02:00
|
|
|
, "quickcheck"
|
|
|
|
, "quickcheck-laws"
|
2021-04-01 18:29:27 +02:00
|
|
|
, "run"
|
2021-04-03 23:36:18 +02:00
|
|
|
, "spec"
|
|
|
|
, "spec-discovery"
|
|
|
|
, "spec-quickcheck"
|
2021-04-01 18:29:27 +02:00
|
|
|
, "strings"
|
|
|
|
, "unordered-collections"
|
|
|
|
]
|
|
|
|
, packages = ./packages.dhall
|
|
|
|
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
|
|
|
|
}
|