summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal15
1 files changed, 8 insertions, 7 deletions
diff --git a/gf.cabal b/gf.cabal
index ad2cae07e..0ad07e772 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -132,13 +132,14 @@ Library
PGF.OldBinary
if flag(c-runtime)
- exposed-modules: PGF2
- other-modules: PGF2.FFI
- hs-source-dirs: src/runtime/haskell-bind
- build-tools: hsc2hs
- extra-libraries: gu pgf
- c-sources: src/runtime/haskell-bind/utils.c
- cc-options: -std=c99
+ exposed-modules: PGF2
+ other-modules: PGF2.FFI
+ GF.Interactive2 GF.Command.Commands2
+ hs-source-dirs: src/runtime/haskell-bind
+ build-tools: hsc2hs
+ extra-libraries: gu pgf
+ c-sources: src/runtime/haskell-bind/utils.c
+ cc-options: -std=c99
---- GF compiler as a library: