diff --git a/GHC/Integer.hs b/GHC/Integer.hs
index 6688225bb3acd1d6fa333f2242ff8b2b3726f686..7c21dcaffad2d67ecf7fa26169257a2fab87a874 100644
--- a/GHC/Integer.hs
+++ b/GHC/Integer.hs
@@ -40,9 +40,9 @@ module GHC.Integer (
 
 import GHC.Integer.Type
 
-import GHC.Bool
 import GHC.Ordering
 import GHC.Prim
+import GHC.Types
 import GHC.Unit ()
 #if WORD_SIZE_IN_BITS < 64
 import GHC.IntWord64