Fix to compile GF with GHC>=7.0

This commit is contained in:
hallgren
2010-12-28 13:54:18 +00:00
parent 575c009d45
commit c9ca289a7c

View File

@@ -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