mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
Fix to compile GF with GHC>=7.0
This commit is contained in:
2
gf.cabal
2
gf.cabal
@@ -81,6 +81,8 @@ executable gf
|
|||||||
else
|
else
|
||||||
build-depends: unix
|
build-depends: unix
|
||||||
ghc-options: -O2
|
ghc-options: -O2
|
||||||
|
if impl(ghc>=7.0)
|
||||||
|
ghc-options: -rtsopts
|
||||||
hs-source-dirs: src/compiler src/runtime/haskell
|
hs-source-dirs: src/compiler src/runtime/haskell
|
||||||
extensions:
|
extensions:
|
||||||
main-is: GF.hs
|
main-is: GF.hs
|
||||||
|
|||||||
Reference in New Issue
Block a user