[project @ 1998-08-14 17:52:20 by sof]
authorsof <unknown>
Fri, 14 Aug 1998 17:52:20 +0000 (17:52 +0000)
committersof <unknown>
Fri, 14 Aug 1998 17:52:20 +0000 (17:52 +0000)
Oops, left out filePtr when compiling with 3.02. Bad Idea

ghc/compiler/utils/StringBuffer.lhs

index 4eca5d8..67b565e 100644 (file)
@@ -77,7 +77,7 @@ import PackBase       ( unpackCStringBA )
 #else
 # if __GLASGOW_HASKELL__ <= 302
 import PrelIOBase      ( IOError(..), IOErrorType(..) )
-import PrelHandle      ( readHandle, writeHandle )
+import PrelHandle      ( readHandle, writeHandle, filePtr )
 # endif
 import PrelPack                ( unpackCStringBA )
 #endif