From: sof Date: Fri, 14 Aug 1998 17:52:20 +0000 (+0000) Subject: [project @ 1998-08-14 17:52:20 by sof] X-Git-Tag: Approx_2487_patches~337 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6e35e88570cbbcb483988af62837ce9cf9170441;p=ghc-hetmet.git [project @ 1998-08-14 17:52:20 by sof] Oops, left out filePtr when compiling with 3.02. Bad Idea --- diff --git a/ghc/compiler/utils/StringBuffer.lhs b/ghc/compiler/utils/StringBuffer.lhs index 4eca5d8..67b565e 100644 --- a/ghc/compiler/utils/StringBuffer.lhs +++ b/ghc/compiler/utils/StringBuffer.lhs @@ -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