mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
bugfix in pgf2-bind.cabal
This commit is contained in:
@@ -30,7 +30,7 @@ library
|
|||||||
executable pgf-shell
|
executable pgf-shell
|
||||||
main-is: pgf-shell.hs
|
main-is: pgf-shell.hs
|
||||||
hs-source-dirs: examples
|
hs-source-dirs: examples
|
||||||
build-depends: base, haskell-bind, containers
|
build-depends: base, pgf2-bind, containers
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
if impl(ghc>=7.0)
|
if impl(ghc>=7.0)
|
||||||
ghc-options: -rtsopts
|
ghc-options: -rtsopts
|
||||||
|
|||||||
Reference in New Issue
Block a user