From c9ca289a7cea4467fb63582421296814224202b6 Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 28 Dec 2010 13:54:18 +0000 Subject: [PATCH] Fix to compile GF with GHC>=7.0 --- gf.cabal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gf.cabal b/gf.cabal index 2b47dfc3a..3b18dc329 100644 --- a/gf.cabal +++ b/gf.cabal @@ -81,6 +81,8 @@ executable gf else build-depends: unix ghc-options: -O2 + if impl(ghc>=7.0) + ghc-options: -rtsopts hs-source-dirs: src/compiler src/runtime/haskell extensions: main-is: GF.hs