Increase context-stack to compile example with GHC 7.8

This commit is contained in:
lyxia 2017-08-22 23:03:15 +02:00
parent 76d63dd484
commit 50ae9f680b

View File

@ -6,6 +6,8 @@ cabal-version: >=1.10
executable generic-example
main-is: generic.hs
ghc-options: -Wall
if impl(ghc < 7.10)
ghc-options: -fcontext-stack=30
build-depends:
base,
QuickCheck,