Increase default stack size for test
This commit is contained in:
parent
1373e6303f
commit
0306ea9c21
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ Source-repository head
|
|||
test-suite test
|
||||
hs-source-dirs: test
|
||||
main-is: Spec.hs
|
||||
ghc-options: -Wall
|
||||
ghc-options: -Wall -with-rtsopts "-K32m"
|
||||
type: exitcode-stdio-1.0
|
||||
build-depends: mongoDB
|
||||
, base
|
||||
|
|
Loading…
Reference in a new issue