summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libraries/integer-simple/GHC/Integer.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/integer-simple/GHC/Integer.hs b/libraries/integer-simple/GHC/Integer.hs
index 6688225bb3..7c21dcaffa 100644
--- a/libraries/integer-simple/GHC/Integer.hs
+++ b/libraries/integer-simple/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