diff --git a/affection.cabal b/affection.cabal index da1f56e..cf25000 100644 --- a/affection.cabal +++ b/affection.cabal @@ -116,7 +116,7 @@ executable example02 executable example03 hs-source-dirs: examples main-is: example03.hs - ghc-options: -threaded -Wall + ghc-options: -threaded -Wall -auto-all -caf-all -rtsopts default-language: Haskell2010 default-extensions: OverloadedStrings if flag(examples)