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/Canon/Share.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/Canon/Share.hs')
| -rw-r--r-- | src/GF/Canon/Share.hs | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/GF/Canon/Share.hs b/src/GF/Canon/Share.hs index 26596a695..0cad8bdb1 100644 --- a/src/GF/Canon/Share.hs +++ b/src/GF/Canon/Share.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/02/18 19:21:07 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.10 $ +-- > CVS $Date: 2005/04/21 16:21:30 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.11 $ -- -- Optimizations on GFC code: sharing, parametrization, value sets. -- @@ -15,16 +15,16 @@ -- following advice of Josef Svenningsson ----------------------------------------------------------------------------- -module Share (shareModule, OptSpec, shareOpt, paramOpt, valOpt, allOpt) where +module GF.Canon.Share (shareModule, OptSpec, shareOpt, paramOpt, valOpt, allOpt) where -import AbsGFC -import Ident -import GFC -import qualified CMacros as C -import PrGrammar (prt) -import Operations -import List -import qualified Modules as M +import GF.Canon.AbsGFC +import GF.Infra.Ident +import GF.Canon.GFC +import qualified GF.Canon.CMacros as C +import GF.Grammar.PrGrammar (prt) +import GF.Data.Operations +import Data.List +import qualified GF.Infra.Modules as M type OptSpec = [Integer] --- |
