From: panne Date: Sat, 4 Dec 1999 17:34:48 +0000 (+0000) Subject: [project @ 1999-12-04 17:34:48 by panne] X-Git-Tag: Approximately_9120_patches~5430 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6f060b8010c598fd70446b39236c29211222048a;p=ghc-hetmet.git [project @ 1999-12-04 17:34:48 by panne] fixIO versionitis --- diff --git a/ghc/compiler/rename/RnMonad.lhs b/ghc/compiler/rename/RnMonad.lhs index 3dca987..c96b6fa 100644 --- a/ghc/compiler/rename/RnMonad.lhs +++ b/ghc/compiler/rename/RnMonad.lhs @@ -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 )