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/UseGrammar/Parsing.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/UseGrammar/Parsing.hs')
| -rw-r--r-- | src/GF/UseGrammar/Parsing.hs | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/src/GF/UseGrammar/Parsing.hs b/src/GF/UseGrammar/Parsing.hs index b546c04b6..5edf8a124 100644 --- a/src/GF/UseGrammar/Parsing.hs +++ b/src/GF/UseGrammar/Parsing.hs @@ -5,43 +5,43 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/20 12:49:45 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.19 $ +-- > CVS $Date: 2005/04/21 16:23:50 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.20 $ -- -- (Description of the module) ----------------------------------------------------------------------------- -module Parsing where - -import CheckM -import qualified AbsGFC as C -import GFC -import MkGFC (trExp) ---- -import CMacros -import MMacros (refreshMetas) -import Linear -import Str -import CF -import CFIdent -import Ident -import TypeCheck -import Values +module GF.UseGrammar.Parsing where + +import GF.Infra.CheckM +import qualified GF.Canon.AbsGFC as C +import GF.Canon.GFC +import GF.Canon.MkGFC (trExp) ---- +import GF.Canon.CMacros +import GF.Grammar.MMacros (refreshMetas) +import GF.UseGrammar.Linear +import GF.Data.Str +import GF.CF.CF +import GF.CF.CFIdent +import GF.Infra.Ident +import GF.Grammar.TypeCheck +import GF.Grammar.Values --import CFMethod -import Tokenize -import Profile -import Option -import Custom -import ShellState +import GF.UseGrammar.Tokenize +import GF.CF.Profile +import GF.Infra.Option +import GF.UseGrammar.Custom +import GF.Compile.ShellState -import PPrCF (prCFTree) +import GF.CF.PPrCF (prCFTree) import qualified GF.OldParsing.ParseGFC as NewOld -- OBSOLETE -import qualified GF.NewParsing.GFC as New +import qualified GF.Parsing.GFC as New -import Operations +import GF.Data.Operations -import List (nub) -import Monad (liftM) +import Data.List (nub) +import Control.Monad (liftM) -- AR 26/1/2000 -- 8/4 -- 28/1/2001 -- 9/12/2002 |
