[commit: packages/pretty] master: Run testsuite with small stack (issue #29) (f904ff7)

git at git.haskell.org git at git.haskell.org
Thu Feb 2 19:15:19 UTC 2017


Repository : ssh://git@git.haskell.org/pretty

On branch  : master
Link       : http://git.haskell.org/packages/pretty.git/commitdiff/f904ff769691d56c3fa4e814912c01624101e714

>---------------------------------------------------------------

commit f904ff769691d56c3fa4e814912c01624101e714
Author: David Terei <code at davidterei.com>
Date:   Wed Jun 1 21:17:41 2016 -0700

    Run testsuite with small stack (issue #29)


>---------------------------------------------------------------

f904ff769691d56c3fa4e814912c01624101e714
 pretty.cabal | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pretty.cabal b/pretty.cabal
index 0786a2f..4bfef78 100644
--- a/pretty.cabal
+++ b/pretty.cabal
@@ -64,4 +64,5 @@ Test-Suite test-pretty
         UnitT3911
     extensions: CPP, BangPatterns, DeriveGeneric
     include-dirs: src/Text/PrettyPrint/Annotated
+    ghc-options: -rtsopts -with-rtsopts=-K2M
 



More information about the ghc-commits mailing list