From 8e51c43281989dc8af6734db7ddad4b81d6f032f Mon Sep 17 00:00:00 2001 From: Michele Guerini Rocco Date: Tue, 14 Oct 2014 20:48:08 +0200 Subject: [PATCH] Try again with dynamic --- alea.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alea.cabal b/alea.cabal index 3f95057..8c64b1e 100644 --- a/alea.cabal +++ b/alea.cabal @@ -26,4 +26,4 @@ executable alea other-extensions: DeriveDataTypeable, RecordWildCards build-depends: base ==4.7.* , containers ==0.5.*, cmdargs ==0.10.*, random ==1.1.* - --ghc-options: -dynamic + ghc-options: -O2 -dynamic