From 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 21 Apr 2005 15:21:02 +0000 Subject: Fixed module names and imports after giant file move. --- src/GF/OldParsing/Utilities.hs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/GF/OldParsing/Utilities.hs') diff --git a/src/GF/OldParsing/Utilities.hs b/src/GF/OldParsing/Utilities.hs index 22d168973..6bacfe1fe 100644 --- a/src/GF/OldParsing/Utilities.hs +++ b/src/GF/OldParsing/Utilities.hs @@ -5,15 +5,15 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/11 13:52:55 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.1 $ +-- > CVS $Date: 2005/04/21 16:22:54 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.2 $ -- -- Basic type declarations and functions to be used when parsing ----------------------------------------------------------------------------- -module GF.OldParsing.Utilities +module GF.OldParsing.Utilities ( -- * Symbols Symbol(..), symbol, mapSymbol, -- * Edges @@ -26,8 +26,8 @@ module GF.OldParsing.Utilities ) where -- haskell modules: -import Monad -import Array +import Control.Monad +import Data.Array -- gf modules: import GF.Data.SortedList import GF.Data.Assoc -- cgit v1.2.3