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/CF/CFIdent.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/CF/CFIdent.hs')
| -rw-r--r-- | src/GF/CF/CFIdent.hs | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/GF/CF/CFIdent.hs b/src/GF/CF/CFIdent.hs index 1d9fcd24a..30b9f857d 100644 --- a/src/GF/CF/CFIdent.hs +++ b/src/GF/CF/CFIdent.hs @@ -5,14 +5,14 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/20 12:49:45 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.11 $ +-- > CVS $Date: 2005/04/21 16:21:08 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.12 $ -- -- symbols (categories, functions) for context-free grammars. ----------------------------------------------------------------------------- -module CFIdent (-- * Tokens and categories +module GF.CF.CFIdent (-- * Tokens and categories CFTok(..), CFCat(..), tS, tC, tL, tI, tV, tM, tInt, prCFTok, @@ -31,15 +31,15 @@ module CFIdent (-- * Tokens and categories compatToks, compatTok, compatCFFun, compatCF ) where -import Operations -import GFC -import Ident -import Values (cPredefAbs) -import AbsGFC -import Macros (ident2label) -import PrGrammar -import Str -import Char (toLower, toUpper) +import GF.Data.Operations +import GF.Canon.GFC +import GF.Infra.Ident +import GF.Grammar.Values (cPredefAbs) +import GF.Canon.AbsGFC +import GF.Grammar.Macros (ident2label) +import GF.Grammar.PrGrammar +import GF.Data.Str +import Data.Char (toLower, toUpper) -- | this type should be abstract data CFTok = |
