From 05343e78a93bc7a248cab402fc1f0c92450f2a91 Mon Sep 17 00:00:00 2001 From: bjorn Date: Mon, 20 Oct 2008 14:05:39 +0000 Subject: Added on-demand parser generation back in. It's pretty unproblematic, and can help with memory use in some cases. --- GF.cabal | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'GF.cabal') diff --git a/GF.cabal b/GF.cabal index 023fc4655..864a9005a 100644 --- a/GF.cabal +++ b/GF.cabal @@ -588,6 +588,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, -- cgit v1.2.3