[project @ 1999-09-06 11:30:14 by simonmar]
authorsimonmar <unknown>
Mon, 6 Sep 1999 11:30:14 +0000 (11:30 +0000)
committersimonmar <unknown>
Mon, 6 Sep 1999 11:30:14 +0000 (11:30 +0000)
get fromInt from the right place.

ghc/compiler/basicTypes/Const.lhs

index dd0bda4..0e627c4 100644 (file)
@@ -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}