1
Fork 0
solar-conflux/purescript/run-supply/spago.test.dhall
Matei Adriel 7932b58d1e
purescript(run-supply): feat: implemented everything (I think)
Signed-off-by: prescientmoon <git@moonythm.dev>
2021-08-08 01:47:45 +03:00

8 lines
231 B
Plaintext

let main = ./spago.dhall
in { name = "run-supply-tests"
, dependencies = main.dependencies # [ "effect", "spec", "aff", "integers" ]
, sources = main.sources # [ "test/**/*.purs" ]
, packages = ./packages.dhall
}