1
Fork 0
solar-conflux/purescript/factorio-throughput/spago.dhall
2021-04-04 00:36:18 +03:00

25 lines
439 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"
, "quickcheck"
, "quickcheck-laws"
, "run"
, "spec"
, "spec-discovery"
, "spec-quickcheck"
, "strings"
, "unordered-collections"
]
, packages = ./packages.dhall
, sources = [ "src/**/*.purs", "test/**/*.purs" ]
}