Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
6f060b80
Commit
6f060b80
authored
Dec 04, 1999
by
panne
Browse files
[project @ 1999-12-04 17:34:48 by panne]
fixIO versionitis
parent
509f4a67
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/rename/RnMonad.lhs
View file @
6f060b80
...
...
@@ -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 )
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment