From cb85df9f9bdbb12817a1af922dda9b03e5933428 Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Sat, 23 Oct 2010 15:38:42 +0000
Subject: [PATCH] Follow GHC.Bool/GHC.Types merge

---
 GHC/Integer.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/GHC/Integer.hs b/GHC/Integer.hs
index 6688225..7c21dca 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
-- 
GitLab