From a26bee653e99308ef935adca83002d8f94acac18 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 30 Aug 2002 09:14:02 +0000 Subject: [PATCH] [project @ 2002-08-30 09:14:02 by simonmar] Remove unused import of PrelPack (should fix the build again) --- ghc/compiler/utils/FastString.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/compiler/utils/FastString.lhs b/ghc/compiler/utils/FastString.lhs index 7523f92..d29ce9f 100644 --- a/ghc/compiler/utils/FastString.lhs +++ b/ghc/compiler/utils/FastString.lhs @@ -47,7 +47,6 @@ module FastString #include "HsVersions.h" #if __GLASGOW_HASKELL__ < 503 -import PrelPack hiding (packString) import PrelIOBase ( IO(..) ) #else import GHC.IOBase ( IO(..) ) -- 1.7.10.4