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

[project @ 1998-08-14 16:44:55 by sof]

Some more cpp'ery
parent ad46bf42
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,11 @@ import IOBase ( IOError(..), IOErrorType(..) )
import IOHandle ( readHandle, writeHandle, filePtr )
import PackBase ( unpackCStringBA )
#else
import PrelIOBase ( IOError(..), IOErrorType(..), haFO__ )
import PrelIOBase ( IOError(..), IOErrorType(..)
#if __GLASGOW_HASKELL__ <= 302
, haFO__
#endif
)
import PrelHandle ( readHandle, writeHandle )
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