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/Infra/Modules.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/Infra/Modules.hs')
| -rw-r--r-- | src/GF/Infra/Modules.hs | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/GF/Infra/Modules.hs b/src/GF/Infra/Modules.hs index ac903e8ec..e3c0388dd 100644 --- a/src/GF/Infra/Modules.hs +++ b/src/GF/Infra/Modules.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/24 11:46:35 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.20 $ +-- > CVS $Date: 2005/04/21 16:22:36 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.21 $ -- -- Datastructures and functions for modules, common to GF and GFC. -- @@ -18,7 +18,7 @@ -- Invariant: modules are stored in dependency order ----------------------------------------------------------------------------- -module Modules (MGrammar(..), ModInfo(..), Module(..), ModuleType(..), MReuseType(..), +module GF.Infra.Modules (MGrammar(..), ModInfo(..), Module(..), ModuleType(..), MReuseType(..), extendm, updateMGrammar, updateModule, replaceJudgements, addOpenQualif, flagsModule, allFlags, mapModules, MainGrammar(..), MainConcreteSpec(..), OpenSpec(..), OpenQualif(..), @@ -35,11 +35,11 @@ module Modules (MGrammar(..), ModInfo(..), Module(..), ModuleType(..), MReuseTyp allAbstracts, greatestAbstract, allResources, greatestResource, allConcretes ) where -import Ident -import Option -import Operations +import GF.Infra.Ident +import GF.Infra.Option +import GF.Data.Operations -import List +import Data.List -- AR 29/4/2003 |
