diff options
| author | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
| commit | 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (patch) | |
| tree | 46345cb91a8e0fa626a0bf4c03af8f8ef4cad09f /src/GF/Translate | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/Translate')
| -rw-r--r-- | src/GF/Translate/GFT.hs | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/GF/Translate/GFT.hs b/src/GF/Translate/GFT.hs index 8a9796bf9..e4a9d8193 100644 --- a/src/GF/Translate/GFT.hs +++ b/src/GF/Translate/GFT.hs @@ -4,28 +4,28 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/16 05:40:50 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.6 $ +-- > CVS $Date: 2005/04/21 16:23:43 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.7 $ -- -- (Description of the module) ----------------------------------------------------------------------------- -module Main (main) where +module GF.Translate.GFT (main) where -import ShellState -import GetGFC -import API +import GF.Compile.ShellState +import GF.Canon.GetGFC +import GF.API -import Unicode -import UTF8 -import UseIO -import Option -import Modules (emptyMGrammar) ---- -import Operations +import GF.Text.Unicode +import GF.Text.UTF8 +import GF.Infra.UseIO +import GF.Infra.Option +import GF.Infra.Modules (emptyMGrammar) ---- +import GF.Data.Operations import System -import List +import Data.List main :: IO () |
