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/Printing/PrintParser.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/Printing/PrintParser.hs')
| -rw-r--r-- | src/GF/Printing/PrintParser.hs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/GF/Printing/PrintParser.hs b/src/GF/Printing/PrintParser.hs index 0869bf685..d9041ecaa 100644 --- a/src/GF/Printing/PrintParser.hs +++ b/src/GF/Printing/PrintParser.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/29 11:17:56 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.2 $ +-- > CVS $Date: 2005/04/21 16:23:16 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.3 $ -- -- Pretty-printing of parser objects ----------------------------------------------------------------------------- @@ -19,11 +19,11 @@ module GF.Printing.PrintParser (Print(..), ) where -- haskell modules: -import List (intersperse) +import Data.List (intersperse) -- gf modules: -import Operations (Err(..)) -import Ident (Ident(..)) -import qualified PrintGFC as P +import GF.Data.Operations (Err(..)) +import GF.Infra.Ident (Ident(..)) +import qualified GF.Canon.PrintGFC as P ------------------------------------------------------------ |
