[project @ 1999-12-04 17:34:48 by panne]
authorpanne <unknown>
Sat, 4 Dec 1999 17:34:48 +0000 (17:34 +0000)
committerpanne <unknown>
Sat, 4 Dec 1999 17:34:48 +0000 (17:34 +0000)
fixIO versionitis

ghc/compiler/rename/RnMonad.lhs

index 3dca987..c96b6fa 100644 (file)
@@ -20,7 +20,9 @@ module RnMonad(
 
 #include "HsVersions.h"
 
-#if defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 302
+#if   defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 405
+import IOExts          ( fixIO )
+#elif defined(__GLASGOW_HASKELL__) && __GLASGOW_HASKELL__ >= 302
 import PrelIOBase      ( fixIO )       -- Should be in GlaExts
 #else
 import IOBase          ( fixIO )