[project @ 1999-01-15 15:01:41 by simonm]
authorsimonm <unknown>
Fri, 15 Jan 1999 15:01:41 +0000 (15:01 +0000)
committersimonm <unknown>
Fri, 15 Jan 1999 15:01:41 +0000 (15:01 +0000)
#if __HASKELL1__ > 4
import Ratio (numerator, denominator)
#endif

ghc/compiler/basicTypes/Const.lhs

index d254cbe..0b0a3d8 100644 (file)
@@ -36,6 +36,10 @@ import CStrings              ( stringToC, charToC, charToEasyHaskell )
 
 import Outputable
 import Util            ( thenCmp )
+
+#if __HASKELL1__ > 4
+import Ratio (numerator, denominator)
+#endif
 \end{code}