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:
38cc2ea
)
[project @ 1999-09-06 11:30:14 by simonmar]
author
simonmar
<unknown>
Mon, 6 Sep 1999 11:30:14 +0000
(11:30 +0000)
committer
simonmar
<unknown>
Mon, 6 Sep 1999 11:30:14 +0000
(11:30 +0000)
get fromInt from the right place.
ghc/compiler/basicTypes/Const.lhs
patch
|
blob
|
history
diff --git
a/ghc/compiler/basicTypes/Const.lhs
b/ghc/compiler/basicTypes/Const.lhs
index
dd0bda4
..
0e627c4
100644
(file)
--- a/
ghc/compiler/basicTypes/Const.lhs
+++ b/
ghc/compiler/basicTypes/Const.lhs
@@
-46,6
+46,10
@@
import Util ( thenCmp )
import Ratio ( numerator, denominator )
import FastString ( uniqueOfFS )
import Char ( ord )
+
+#if __GLASGOW_HASKELL__ >= 404
+import GlaExts ( fromInt )
+#endif
\end{code}