[project @ 1999-09-20 11:18:05 by simonmar]
[ghc-hetmet.git] / ghc / compiler / utils / StringBuffer.lhs
index ae6d872..5d724bb 100644 (file)
@@ -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