Skip to content
Snippets Groups Projects
Commit 6e35e885 authored by sof's avatar sof
Browse files

[project @ 1998-08-14 17:52:20 by sof]

Oops, left out filePtr when compiling with 3.02. Bad Idea
parent 225db132
No related merge requests found
......@@ -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
......
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