From: simonmar Date: Fri, 30 Aug 2002 09:14:02 +0000 (+0000) Subject: [project @ 2002-08-30 09:14:02 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1739 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a26bee653e99308ef935adca83002d8f94acac18;p=ghc-hetmet.git [project @ 2002-08-30 09:14:02 by simonmar] Remove unused import of PrelPack (should fix the build again) --- 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(..) )