summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/gf.cabal b/gf.cabal
index 65eb21e14..966153d1c 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -136,11 +136,11 @@ Library
if flag(c-runtime)
exposed-modules: PGF2
- other-modules: PGF2.FFI PGF2.Expr
+ other-modules: PGF2.FFI PGF2.Expr PGF2.Type
GF.Interactive2 GF.Command.Commands2
hs-source-dirs: src/runtime/haskell-bind
build-tools: hsc2hs
- extra-libraries: gu pgf
+ extra-libraries: pgf gu
c-sources: src/runtime/haskell-bind/utils.c
cc-options: -std=c99