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 /src/compiler/GF/Compile/Export.hs | |
| parent | a7811d11998cd87d8adc32a67449da52b10e5e64 (diff) | |
rename some modules that had GFCC in the name to PGF+something
Diffstat (limited to 'src/compiler/GF/Compile/Export.hs')
| -rw-r--r-- | src/compiler/GF/Compile/Export.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compiler/GF/Compile/Export.hs b/src/compiler/GF/Compile/Export.hs index d03eb947e..29f35e32a 100644 --- a/src/compiler/GF/Compile/Export.hs +++ b/src/compiler/GF/Compile/Export.hs @@ -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 |
