summaryrefslogtreecommitdiff
path: root/libraries/integer-simple/GHC/Integer.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-10-23 15:38:42 +0000
committerIan Lynagh <igloo@earth.li>2010-10-23 15:38:42 +0000
commita350b026f1e2f5ad656879eee5d6eae9626bc1a2 (patch)
treeaa3b9eca36841b626664abe2a5024584aa4979dc /libraries/integer-simple/GHC/Integer.hs
parent5cc558ca93a3018affdda6deb63b0ae7b2185082 (diff)
downloadhaskell-a350b026f1e2f5ad656879eee5d6eae9626bc1a2.tar.gz
Follow GHC.Bool/GHC.Types merge
Diffstat (limited to 'libraries/integer-simple/GHC/Integer.hs')
-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