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 branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ import PackBase ( unpackCStringBA ) ...@@ -77,7 +77,7 @@ import PackBase ( unpackCStringBA )
#else #else
# if __GLASGOW_HASKELL__ <= 302 # if __GLASGOW_HASKELL__ <= 302
import PrelIOBase ( IOError(..), IOErrorType(..) ) import PrelIOBase ( IOError(..), IOErrorType(..) )
import PrelHandle ( readHandle, writeHandle ) import PrelHandle ( readHandle, writeHandle, filePtr )
# endif # endif
import PrelPack ( unpackCStringBA ) import PrelPack ( unpackCStringBA )
#endif #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