projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
509f4a6
)
[project @ 1999-12-04 17:34:48 by panne]
author
panne
<unknown>
Sat, 4 Dec 1999 17:34:48 +0000
(17:34 +0000)
committer
panne
<unknown>
Sat, 4 Dec 1999 17:34:48 +0000
(17:34 +0000)
fixIO versionitis
ghc/compiler/rename/RnMonad.lhs
patch
|
blob
|
history
diff --git
a/ghc/compiler/rename/RnMonad.lhs
b/ghc/compiler/rename/RnMonad.lhs
index
3dca987
..
c96b6fa
100644
(file)
--- 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 )