espial/purs/spago.dhall

27 lines
425 B
Plaintext
Raw Normal View History

2019-06-19 18:49:48 +00:00
{ sources =
[ "src/**/*.purs", "test/**/*.purs" ]
, name =
"espial"
2019-01-31 02:54:47 +00:00
, dependencies =
2019-06-19 18:49:48 +00:00
[ "aff"
, "simple-json"
, "affjax"
, "argonaut"
, "arrays"
, "console"
, "debug"
, "effect"
, "either"
, "functions"
, "halogen"
, "prelude"
, "psci-support"
, "strings"
, "transformers"
, "web-html"
, "profunctor-lenses"
]
2019-01-31 02:54:47 +00:00
, packages =
2019-06-19 18:49:48 +00:00
./packages.dhall
}