[project @ 1999-09-06 14:36:03 by simonmar]
[ghc-hetmet.git] / ghc / compiler / simplCore / ConFold.lhs
index a96758f..fe8186f 100644 (file)
@@ -28,6 +28,10 @@ import Type          ( splitTyConApp_maybe )
 import Maybes          ( maybeToBool )
 import Char            ( ord, chr )
 import Outputable
+
+#if __GLASGOW_HASKELL__ >= 404
+import GlaExts         ( fromInt )
+#endif
 \end{code}
 
 \begin{code}