[project @ 2002-08-30 09:14:02 by simonmar]
authorsimonmar <unknown>
Fri, 30 Aug 2002 09:14:02 +0000 (09:14 +0000)
committersimonmar <unknown>
Fri, 30 Aug 2002 09:14:02 +0000 (09:14 +0000)
Remove unused import of PrelPack (should fix the build again)

ghc/compiler/utils/FastString.lhs

index 7523f92..d29ce9f 100644 (file)
@@ -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(..) )