Commit 441e07ae authored by artuuge's avatar artuuge

compile widgets without optimizations if ghc == 7.10.*

parent 1bcf7a03
...@@ -138,3 +138,8 @@ library ...@@ -138,3 +138,8 @@ library
-- ghc-7.10.* = 100 -- ghc-7.10.* = 100
if impl(ghc == 7.8.*) if impl(ghc == 7.8.*)
ghc-options: -fcontext-stack=100 ghc-options: -fcontext-stack=100
-- compile without optimizations not to run out of memory on travis
if impl(ghc == 7.10.*)
ghc-options: -O0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment