From 868098cdfb092c6a8fb37180e1ee9fc3c4a6fdf2 Mon Sep 17 00:00:00 2001 From: rrt Date: Fri, 12 May 2000 12:44:09 +0000 Subject: [PATCH] [project @ 2000-05-12 12:44:09 by rrt] Upped minimum version of GHC required to use new PrelAddr to 405. --- ghc/compiler/prelude/PrelRules.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/prelude/PrelRules.lhs b/ghc/compiler/prelude/PrelRules.lhs index bad9af2..63e9863 100644 --- a/ghc/compiler/prelude/PrelRules.lhs +++ b/ghc/compiler/prelude/PrelRules.lhs @@ -37,7 +37,7 @@ import PrelAddr ( wordToInt ) import Word ( Word64 ) import Outputable -#if __GLASGOW_HASKELL__ > 404 +#if __GLASGOW_HASKELL__ > 405 import PrelAddr ( intToWord ) #else import PrelAddr ( Word(..) ) -- 1.7.10.4