From 421935509071c37e4364751285029a0d343b03c0 Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 16 Dec 2016 16:43:25 +0100 Subject: [PATCH] more profiling --- affection.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)