From 868098cdfb092c6a8fb37180e1ee9fc3c4a6fdf2 Mon Sep 17 00:00:00 2001
From: rrt <unknown>
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 bad9af21b30e..63e986330c50 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(..) )
-- 
GitLab