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/Rebuild.hs | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/GF/Compile/Rebuild.hs') diff --git a/src/GF/Compile/Rebuild.hs b/src/GF/Compile/Rebuild.hs index 7404ac0bf..46230df7f 100644 --- a/src/GF/Compile/Rebuild.hs +++ b/src/GF/Compile/Rebuild.hs @@ -5,25 +5,25 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/15 17:18:51 $ --- > CVS $Author: aarne $ --- > CVS $Revision: 1.11 $ +-- > CVS $Date: 2005/04/21 16:21:44 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.12 $ -- -- Rebuild a source module from incomplete and its with-instance. ----------------------------------------------------------------------------- -module Rebuild (rebuildModule) where +module GF.Compile.Rebuild (rebuildModule) where -import Grammar -import ModDeps -import PrGrammar -import Lookup -import Extend -import Macros +import GF.Grammar.Grammar +import GF.Compile.ModDeps +import GF.Grammar.PrGrammar +import GF.Grammar.Lookup +import GF.Compile.Extend +import GF.Grammar.Macros -import Ident -import Modules -import Operations +import GF.Infra.Ident +import GF.Infra.Modules +import GF.Data.Operations -- | rebuilding instance + interface, and "with" modules, prior to renaming. -- AR 24/10/2003 -- cgit v1.2.3