rename some modules that had GFCC in the name to PGF+something

This commit is contained in:
krasimir
2009-12-14 10:10:58 +00:00
parent a7811d1199
commit faa638d6fc
8 changed files with 17 additions and 14 deletions

View File

@@ -2,9 +2,9 @@ module GF.Compile.Export where
import PGF.CId
import PGF.Data (PGF(..))
import GF.Compile.GFCCtoHaskell
import GF.Compile.GFCCtoProlog
import GF.Compile.GFCCtoJS
import GF.Compile.PGFtoHaskell
import GF.Compile.PGFtoProlog
import GF.Compile.PGFtoJS
import GF.Compile.PGFPretty
import GF.Infra.Option
import GF.Speech.CFG