From: simonmar Date: Mon, 20 Sep 1999 11:18:05 +0000 (+0000) Subject: [project @ 1999-09-20 11:18:05 by simonmar] X-Git-Tag: Approximately_9120_patches~5756 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=677d27fbb0d32d0edfceca29386d4dd7ab8b59c7;p=ghc-hetmet.git [project @ 1999-09-20 11:18:05 by simonmar] Fix for compiling w/ ghc-2.10 --- diff --git a/ghc/compiler/utils/StringBuffer.lhs b/ghc/compiler/utils/StringBuffer.lhs index ae6d872..5d724bb 100644 --- a/ghc/compiler/utils/StringBuffer.lhs +++ b/ghc/compiler/utils/StringBuffer.lhs @@ -85,7 +85,8 @@ import Addr #endif #if __GLASGOW_HASKELL__ < 301 -import IOBase ( IOError(..), IOErrorType(..) ) +import IOBase ( Handle, IOError(..), IOErrorType(..), + constructErrorAndFail ) import IOHandle ( readHandle, writeHandle, filePtr ) import PackBase ( unpackCStringBA ) #else