From: simonm Date: Fri, 15 Jan 1999 15:01:41 +0000 (+0000) Subject: [project @ 1999-01-15 15:01:41 by simonm] X-Git-Tag: Approx_2487_patches~89 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a92b6e47237b357a024c204209aa82411edaf417;p=ghc-hetmet.git [project @ 1999-01-15 15:01:41 by simonm] #if __HASKELL1__ > 4 import Ratio (numerator, denominator) #endif --- diff --git a/ghc/compiler/basicTypes/Const.lhs b/ghc/compiler/basicTypes/Const.lhs index d254cbe..0b0a3d8 100644 --- a/ghc/compiler/basicTypes/Const.lhs +++ b/ghc/compiler/basicTypes/Const.lhs @@ -36,6 +36,10 @@ import CStrings ( stringToC, charToC, charToEasyHaskell ) import Outputable import Util ( thenCmp ) + +#if __HASKELL1__ > 4 +import Ratio (numerator, denominator) +#endif \end{code}