compile widgets without optimizations if ghc == 7.10.*

This commit is contained in:
artuuge 2015-10-16 23:05:43 +02:00
parent 1bcf7a0354
commit 441e07ae91

View File

@ -138,3 +138,8 @@ library
-- ghc-7.10.* = 100
if impl(ghc == 7.8.*)
ghc-options: -fcontext-stack=100
-- compile without optimizations not to run out of memory on travis
if impl(ghc == 7.10.*)
ghc-options: -O0