From: simonmar Date: Mon, 6 Sep 1999 11:36:13 +0000 (+0000) Subject: [project @ 1999-09-06 11:36:13 by simonmar] X-Git-Tag: Approximately_9120_patches~5842 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=13cf295293e0a090b05b8c743edbed8029083f87;p=ghc-hetmet.git [project @ 1999-09-06 11:36:13 by simonmar] fromInt update. --- diff --git a/ghc/compiler/coreSyn/CoreUnfold.lhs b/ghc/compiler/coreSyn/CoreUnfold.lhs index c59b937..dfad210 100644 --- a/ghc/compiler/coreSyn/CoreUnfold.lhs +++ b/ghc/compiler/coreSyn/CoreUnfold.lhs @@ -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} %************************************************************************