Whoops, I changes the wrong suite's stack size.

This commit is contained in:
Michael Xavier 2018-10-19 09:32:43 -07:00
parent b8a9360731
commit 79c0365052
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ test-suite tests
OverloadedStrings OverloadedStrings
TemplateHaskell TemplateHaskell
main-is: Main.hs main-is: Main.hs
ghc-options: -Wall -threaded "-with-rtsopts=-N -s -M1G -c" -rtsopts ghc-options: -Wall -threaded "-with-rtsopts=-N -s -M2G -c" -rtsopts
if flag(lib-Werror) if flag(lib-Werror)
ghc-options: -Werror ghc-options: -Werror

View File

@ -73,7 +73,7 @@ test-suite tests
TypeFamilies TypeFamilies
UndecidableInstances UndecidableInstances
main-is: Main.hs main-is: Main.hs
ghc-options: -Wall -threaded "-with-rtsopts=-N -s -M2G -c" -rtsopts ghc-options: -Wall -threaded "-with-rtsopts=-N -s -M1G -c" -rtsopts
if flag(lib-Werror) if flag(lib-Werror)
ghc-options: -Werror ghc-options: -Werror