summaryrefslogtreecommitdiff
path: root/GF.cabal
diff options
context:
space:
mode:
authorkrasimir <krasimir@chalmers.se>2008-09-16 15:35:15 +0000
committerkrasimir <krasimir@chalmers.se>2008-09-16 15:35:15 +0000
commita663eda2690602d82584d6f74bdab48ebbe0d31b (patch)
tree2e145e06bdce261b2932bc161cd4859218043b13 /GF.cabal
parent647f7661c2b937acb4cdd88e3ea6ed2f286f6bd4 (diff)
build parsers on demand if they aren't in the PGF file
Diffstat (limited to 'GF.cabal')
-rw-r--r--GF.cabal5
1 files changed, 4 insertions, 1 deletions
diff --git a/GF.cabal b/GF.cabal
index 14af3bdec..4ddccb11a 100644
--- a/GF.cabal
+++ b/GF.cabal
@@ -584,7 +584,10 @@ library
GF.Data.Assoc
GF.Data.ErrM
GF.Text.UTF8
-
+-- needed only for the on demand generation of PMCFG
+ GF.Data.BacktrackM
+ GF.Compile.GenerateFCFG
+ GF.Compile.GeneratePMCFG
executable gf
build-depends: base,