diff --git a/ghc/compiler/prelude/PrelRules.lhs b/ghc/compiler/prelude/PrelRules.lhs
index bad9af21b30ee9a87b525b3442757575ae5f1e52..63e986330c50fb03501f854a5adf242386efda4f 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(..) )