summaryrefslogtreecommitdiff
path: root/src/runtime/haskell-bind/haskell-bind.cabal
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-02-07 16:40:13 +0000
committerhallgren <hallgren@chalmers.se>2014-02-07 16:40:13 +0000
commit680bf6445440c61148d4243724de84f0e73ae163 (patch)
treef31922d75e28a57b1d10c9dee107f8b6ee2e94a0 /src/runtime/haskell-bind/haskell-bind.cabal
parent8de56530e03c768614fc98505b91fd55dd34c1b6 (diff)
pgf-shell: show the names of the concrete syntaxes after loading the grammar
Diffstat (limited to 'src/runtime/haskell-bind/haskell-bind.cabal')
-rw-r--r--src/runtime/haskell-bind/haskell-bind.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/runtime/haskell-bind/haskell-bind.cabal b/src/runtime/haskell-bind/haskell-bind.cabal
index 31f2a75d2..863bd3da8 100644
--- a/src/runtime/haskell-bind/haskell-bind.cabal
+++ b/src/runtime/haskell-bind/haskell-bind.cabal
@@ -19,7 +19,8 @@ cabal-version: >=1.10
library
exposed-modules: CId, CRuntimeFFI
other-modules: Gu, PgfLow
- build-depends: base >=4.5 && <4.7, bytestring >=0.9 && <0.11, pretty >=1.1 && <1.2
+ build-depends: base >=4.5 && <4.7, bytestring >=0.9 && <0.11,
+ pretty >=1.1 && <1.2, containers
-- hs-source-dirs:
build-tools: hsc2hs
extra-libraries: gu pgf
@@ -29,7 +30,7 @@ library
executable pgf-shell
main-is: pgf-shell.hs
hs-source-dirs: examples
- build-depends: base, haskell-bind
+ build-depends: base, haskell-bind, containers
default-language: Haskell2010
if impl(ghc>=7.0)
ghc-options: -rtsopts