summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal9
1 files changed, 5 insertions, 4 deletions
diff --git a/gf.cabal b/gf.cabal
index 4d7b401a6..8c10e78a4 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -76,7 +76,7 @@ Library
if flag(custom-binary)
hs-source-dirs: src/binary
- exposed-modules:
+ other-modules:
-- not really part of GF but I have changed the original binary library
-- and we have to keep the copy for now.
Data.Binary
@@ -95,14 +95,15 @@ Library
exposed-modules:
PGF
+ PGF.Internal
+ PGF.Lexing
+ PGF.Utilities
+ other-modules:
PGF.Data
PGF.Macros
PGF.Binary
PGF.Optimize
PGF.Printer
- PGF.Utilities
- PGF.Lexing
- other-modules:
PGF.CId
PGF.Expr
PGF.Generate