[project @ 1999-09-06 14:36:03 by simonmar]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcGenDeriv.lhs
index 28ae0d9..ebb0144 100644 (file)
@@ -65,6 +65,10 @@ import Maybes                ( maybeToBool )
 import Constants
 import List            ( partition, intersperse )
 import Char            ( isAlpha )
+
+#if __GLASGOW_HASKELL__ >= 404
+import GlaExts         ( fromInt )
+#endif
 \end{code}
 
 %************************************************************************