Whoops, I changes the wrong suite's stack size.
This commit is contained in:
parent
b8a9360731
commit
79c0365052
@ -83,7 +83,7 @@ test-suite tests
|
||||
OverloadedStrings
|
||||
TemplateHaskell
|
||||
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)
|
||||
ghc-options: -Werror
|
||||
|
||||
|
||||
@ -73,7 +73,7 @@ test-suite tests
|
||||
TypeFamilies
|
||||
UndecidableInstances
|
||||
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)
|
||||
ghc-options: -Werror
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user