From 8abf80dc4d4aa9c6a783f41346e44a5012649d03 Mon Sep 17 00:00:00 2001 From: bringert Date: Tue, 17 May 2005 13:04:35 +0000 Subject: Changed CFGM format and printer to allow constants in profiles. --- src/GF/CFGM/LexCFG.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/GF/CFGM/LexCFG.hs') diff --git a/src/GF/CFGM/LexCFG.hs b/src/GF/CFGM/LexCFG.hs index 881bf51b9..e58fdff5a 100644 --- a/src/GF/CFGM/LexCFG.hs +++ b/src/GF/CFGM/LexCFG.hs @@ -10,8 +10,8 @@ import Data.Array import Data.Char (ord) import Data.Array.Base (unsafeAt) #else -import Data.Array -import Data.Char (ord) +import Array +import Char (ord) #endif #if __GLASGOW_HASKELL__ >= 503 import GHC.Exts -- cgit v1.2.3