[project @ 1998-08-14 16:44:55 by sof]
authorsof <unknown>
Fri, 14 Aug 1998 16:44:55 +0000 (16:44 +0000)
committersof <unknown>
Fri, 14 Aug 1998 16:44:55 +0000 (16:44 +0000)
Some more cpp'ery

ghc/compiler/utils/StringBuffer.lhs

index 0fdaa47..d1fc13d 100644 (file)
@@ -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