[project @ 2002-03-06 18:47:36 by sof]
authorsof <unknown>
Wed, 6 Mar 2002 18:47:36 +0000 (18:47 +0000)
committersof <unknown>
Wed, 6 Mar 2002 18:47:36 +0000 (18:47 +0000)
debugging-by-nightly-build-report: make it 4.08 compatible again..?

ghc/compiler/utils/Binary.hs

index 9aaea23..bdad7c3 100644 (file)
@@ -66,7 +66,11 @@ import Exception
 import GlaExts hiding (ByteArray, newByteArray, freezeByteArray)
 import Array
 import IO
-import PrelIOBase              ( IOError(..), IOErrorType(..), IOException(..) )
+import PrelIOBase              ( IOError(..), IOErrorType(..)
+#if __GLASGOW_HASKELL__ > 411
+                               , IOException(..)
+#endif
+                               )
 import PrelReal                        ( Ratio(..) )
 import PrelIOBase              ( IO(..) )
 #else