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/Information.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/UseGrammar/Information.hs')
| -rw-r--r-- | src/GF/UseGrammar/Information.hs | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/GF/UseGrammar/Information.hs b/src/GF/UseGrammar/Information.hs index ea94d1270..37cacbb1a 100644 --- a/src/GF/UseGrammar/Information.hs +++ b/src/GF/UseGrammar/Information.hs @@ -5,31 +5,31 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/24 11:46:38 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.4 $ +-- > CVS $Date: 2005/04/21 16:23:47 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.5 $ -- -- information on module, category, function, operation, parameter,... -- AR 16\/9\/2003. -- uses source grammar ----------------------------------------------------------------------------- -module Information (showInformation) where +module GF.UseGrammar.Information (showInformation) where -import Grammar -import Ident -import Modules -import Option -import CF -import PPrCF -import ShellState -import PrGrammar -import Lookup -import qualified GFC -import qualified AbsGFC +import GF.Grammar.Grammar +import GF.Infra.Ident +import GF.Infra.Modules +import GF.Infra.Option +import GF.CF.CF +import GF.CF.PPrCF +import GF.Compile.ShellState +import GF.Grammar.PrGrammar +import GF.Grammar.Lookup +import qualified GF.Canon.GFC as GFC +import qualified GF.Canon.AbsGFC as AbsGFC -import Operations -import UseIO +import GF.Data.Operations +import GF.Infra.UseIO -- information on module, category, function, operation, parameter,... AR 16/9/2003 -- uses source grammar |
