From: rrt Date: Fri, 12 May 2000 12:44:09 +0000 (+0000) Subject: [project @ 2000-05-12 12:44:09 by rrt] X-Git-Tag: Approximately_9120_patches~4500 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=868098cdfb092c6a8fb37180e1ee9fc3c4a6fdf2;p=ghc-hetmet.git [project @ 2000-05-12 12:44:09 by rrt] Upped minimum version of GHC required to use new PrelAddr to 405. --- 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(..) )