purescript-js-bigints/test.dhall
2023-09-16 10:29:16 +01:00

18 lines
431 B
Plaintext

let conf = ./spago.dhall
in conf
// { sources = conf.sources # [ "test/**/*.purs" ]
, dependencies =
conf.dependencies
# [ "debug"
, "effect"
, "quickcheck"
, "assert"
, "newtype"
, "quickcheck-laws"
, "arrays"
, "console"
, "foldable-traversable"
]
}