[project @ 1999-01-15 15:57:33 by simonm]
[ghc-hetmet.git] / ghc / compiler / basicTypes / Const.lhs
index 0b0a3d8..1a48d0c 100644 (file)
@@ -37,9 +37,7 @@ import CStrings               ( stringToC, charToC, charToEasyHaskell )
 import Outputable
 import Util            ( thenCmp )
 
-#if __HASKELL1__ > 4
-import Ratio (numerator, denominator)
-#endif
+import Ratio           ( numerator, denominator )
 \end{code}