mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
gf.cabal: pgf-shell needs containers now
This commit is contained in:
2
gf.cabal
2
gf.cabal
@@ -253,7 +253,7 @@ executable pgf-shell
|
|||||||
buildable: False
|
buildable: False
|
||||||
main-is: pgf-shell.hs
|
main-is: pgf-shell.hs
|
||||||
hs-source-dirs: src/runtime/haskell-bind/examples
|
hs-source-dirs: src/runtime/haskell-bind/examples
|
||||||
build-depends: gf, base
|
build-depends: gf, base, 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