From 6e35e88570cbbcb483988af62837ce9cf9170441 Mon Sep 17 00:00:00 2001 From: sof <unknown> Date: Fri, 14 Aug 1998 17:52:20 +0000 Subject: [PATCH] [project @ 1998-08-14 17:52:20 by sof] Oops, left out filePtr when compiling with 3.02. Bad Idea --- ghc/compiler/utils/StringBuffer.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/utils/StringBuffer.lhs b/ghc/compiler/utils/StringBuffer.lhs index 4eca5d8cbcc2..67b565e83bc9 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 -- GitLab