From 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 21 Apr 2005 15:21:02 +0000 Subject: Fixed module names and imports after giant file move. --- src/GF/Compile/PGrammar.hs | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/GF/Compile/PGrammar.hs') diff --git a/src/GF/Compile/PGrammar.hs b/src/GF/Compile/PGrammar.hs index 4381f4b2e..50446075d 100644 --- a/src/GF/Compile/PGrammar.hs +++ b/src/GF/Compile/PGrammar.hs @@ -5,30 +5,30 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/18 19:21:09 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.6 $ +-- > CVS $Date: 2005/04/21 16:21:43 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.7 $ -- -- (Description of the module) ----------------------------------------------------------------------------- -module PGrammar (pTerm, pTrm, pTrms, +module GF.Compile.PGrammar (pTerm, pTrm, pTrms, pMeta, pzIdent, string2ident ) where ---import LexGF -import ParGF -import SourceToGrammar -import Grammar -import Ident -import qualified AbsGFC as A -import qualified GFC as G -import GetGrammar -import Macros -import MMacros +import GF.Source.ParGF +import GF.Source.SourceToGrammar +import GF.Grammar.Grammar +import GF.Infra.Ident +import qualified GF.Canon.AbsGFC as A +import qualified GF.Canon.GFC as G +import GF.Compile.GetGrammar +import GF.Grammar.Macros +import GF.Grammar.MMacros -import Operations +import GF.Data.Operations pTerm :: String -> Err Term pTerm s = do -- cgit v1.2.3