Increase default stack size for test

This commit is contained in:
Victor Denisov 2015-08-30 14:51:22 -07:00
parent 1373e6303f
commit 0306ea9c21

View file

@ -58,7 +58,7 @@ Source-repository head
test-suite test test-suite test
hs-source-dirs: test hs-source-dirs: test
main-is: Spec.hs main-is: Spec.hs
ghc-options: -Wall ghc-options: -Wall -with-rtsopts "-K32m"
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
build-depends: mongoDB build-depends: mongoDB
, base , base