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
obsidiansystems
GHC
Commits
868098cd
Commit
868098cd
authored
May 12, 2000
by
rrt
Browse files
[project @ 2000-05-12 12:44:09 by rrt]
Upped minimum version of GHC required to use new PrelAddr to 405.
parent
9f0b4b75
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/prelude/PrelRules.lhs
View file @
868098cd
...
...
@@ -37,7 +37,7 @@ import PrelAddr ( wordToInt )
import Word ( Word64 )
import Outputable
#if __GLASGOW_HASKELL__ > 40
4
#if __GLASGOW_HASKELL__ > 40
5
import PrelAddr ( intToWord )
#else
import PrelAddr ( Word(..) )
...
...
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