mirror of
https://github.com/rowtype-yoga/purescript-js-bigints.git
synced 2024-11-28 19:36:19 +03:00
18 lines
431 B
Plaintext
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"
|
|
]
|
|
}
|