diff options
| author | krasimir <krasimir@chalmers.se> | 2010-01-17 21:35:36 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2010-01-17 21:35:36 +0000 |
| commit | 9b362ff231efbd43ffb4f1c6285c41a34caf3777 (patch) | |
| tree | 73b226f21f4910081ca2f02b481bc6c39c7c5c7a /GF.cabal | |
| parent | af13bae2dfb9adaa7c4aa273961fc09cc7ba1b7a (diff) | |
PGF is now real synchronous PMCFG
Diffstat (limited to 'GF.cabal')
| -rw-r--r-- | GF.cabal | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -43,24 +43,18 @@ library PGF.Expr PGF.Type PGF.Tree - PGF.PMCFG PGF.Paraphrase PGF.TypeCheck PGF.Binary PGF.Morphology PGF.VisualizeTree + PGF.Printer GF.Data.TrieMap GF.Data.Utilities GF.Data.SortedList GF.Data.ErrM GF.Data.Relation GF.Data.Operations --- needed only for the on demand generation of PMCFG - GF.Infra.GetOpt - GF.Infra.Option - GF.Data.ErrM - GF.Data.BacktrackM - GF.Compile.GeneratePMCFG -- not really part of GF but I have changed the original binary library -- and we have to keep the copy for now. Data.Binary @@ -141,7 +135,6 @@ executable gf GF.Compile.Abstract.Compute GF.Compile.Optimize GF.Compile.SubExOpt - GF.Compile.OptimizePGF GF.Compile.ModDeps GF.Compile.GetGrammar GF.Compile.PGFtoHaskell @@ -156,7 +149,6 @@ executable gf PGF.Expr PGF.Type PGF.Tree - PGF.PMCFG PGF.Macros PGF.Generate PGF.Linearize @@ -164,6 +156,7 @@ executable gf PGF.Paraphrase PGF.TypeCheck PGF.Binary + PGF.Printer GFC GFI |
