[project @ 1999-09-06 11:36:13 by simonmar]
authorsimonmar <unknown>
Mon, 6 Sep 1999 11:36:13 +0000 (11:36 +0000)
committersimonmar <unknown>
Mon, 6 Sep 1999 11:36:13 +0000 (11:36 +0000)
fromInt update.

ghc/compiler/coreSyn/CoreUnfold.lhs

index c59b937..dfad210 100644 (file)
@@ -64,6 +64,10 @@ import Maybes                ( maybeToBool )
 import Bag
 import Util            ( isIn, lengthExceeds )
 import Outputable
+
+#if __GLASGOW_HASKELL__ >= 404
+import GlaExts         ( fromInt )
+#endif
 \end{code}
 
 %************************************************************************