summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2013-12-10 10:43:13 +0000
committerkr.angelov <kr.angelov@gmail.com>2013-12-10 10:43:13 +0000
commit87fffffbdf41eaf0f269bd65d8380b80d899bec8 (patch)
tree4f7978256da871aff44790bd6cd6309d5fe138f2 /gf.cabal
parent2dda42e4d9ccba0223d4f3c78ab64af2213810b9 (diff)
option --split-pgf replaces option --mk-index. This splits the PGF into one file for the abstract and one more for each concrete syntax. This is a preparation for being able to load only specific languages from the whole grammar.
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal3
1 files changed, 1 insertions, 2 deletions
diff --git a/gf.cabal b/gf.cabal
index 567daea3a..992d6f568 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -88,12 +88,12 @@ Library
PGF
PGF.Data
PGF.Macros
+ PGF.Binary
PGF.Optimize
PGF.Printer
PGF.Utilities
other-modules:
PGF.CId
- PGF.Binary
PGF.Expr
PGF.Generate
PGF.Linearize
@@ -219,7 +219,6 @@ Executable gf
GF.Compile.PGFtoProlog
GF.Compile.PGFtoJS
GF.Compile
- GF.Index
GF.Quiz
GFC
GFI