From 0306ea9c2126dcfab71a62d721dd7aeb55c3eb73 Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sun, 30 Aug 2015 14:51:22 -0700 Subject: [PATCH] Increase default stack size for test --- mongoDB.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoDB.cabal b/mongoDB.cabal index dd2fcbe..be589c0 100644 --- a/mongoDB.cabal +++ b/mongoDB.cabal @@ -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