From: simonmar Date: Mon, 6 Sep 1999 11:30:14 +0000 (+0000) Subject: [project @ 1999-09-06 11:30:14 by simonmar] X-Git-Tag: Approximately_9120_patches~5843 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=98e4972a19709ca3eea15d9933fc9ca2478b36c7;p=ghc-hetmet.git [project @ 1999-09-06 11:30:14 by simonmar] get fromInt from the right place. --- diff --git a/ghc/compiler/basicTypes/Const.lhs b/ghc/compiler/basicTypes/Const.lhs index dd0bda4..0e627c4 100644 --- a/ghc/compiler/basicTypes/Const.lhs +++ b/ghc/compiler/basicTypes/Const.lhs @@ -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}