diff options
| author | krasimir <krasimir@chalmers.se> | 2009-12-14 10:10:58 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2009-12-14 10:10:58 +0000 |
| commit | faa638d6fc5dbc47d5e3ef3d4da42449005c3a0d (patch) | |
| tree | ee29a4d81d63bae51d453cade0105c8f689a5734 /GF.cabal | |
| parent | a7811d11998cd87d8adc32a67449da52b10e5e64 (diff) | |
rename some modules that had GFCC in the name to PGF+something
Diffstat (limited to 'GF.cabal')
| -rw-r--r-- | GF.cabal | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -141,7 +141,7 @@ executable gf GF.Compile.Refresh GF.Compile.Rename GF.Compile.ReadFiles - GF.Compile.GrammarToGFCC + GF.Compile.GrammarToPGF GF.Compile.Concrete.TypeCheck GF.Compile.Concrete.Compute GF.Compile.Concrete.AppPredefined @@ -150,9 +150,12 @@ executable gf GF.Compile.Abstract.Compute GF.Compile.Optimize GF.Compile.SubExOpt - GF.Compile.OptimizeGFCC + GF.Compile.OptimizePGF GF.Compile.ModDeps GF.Compile.GetGrammar + GF.Compile.PGFtoHaskell + GF.Compile.PGFtoProlog + GF.Compile.PGFtoJS GF.Compile GF.System.Readline GF.Quiz |
