Skip to content
Snippets Groups Projects
Commit 677d27fb authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-09-20 11:18:05 by simonmar]

Fix for compiling w/ ghc-2.10
parent 0fafbcb0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment