summaryrefslogtreecommitdiff
path: root/libraries/integer-simple
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-09-13 12:41:09 +0100
committerIan Lynagh <igloo@earth.li>2011-09-13 12:41:09 +0100
commit6c9c37fc4eeebee8d7e3881480d05267a6b8b18c (patch)
tree4475b3da6e6f0fda2510089314cb43f7f7e0df1c /libraries/integer-simple
parent0ba0dbc422bd119813560905c70c78c72b647fc1 (diff)
downloadhaskell-6c9c37fc4eeebee8d7e3881480d05267a6b8b18c.tar.gz
Update imports
Diffstat (limited to 'libraries/integer-simple')
-rw-r--r--libraries/integer-simple/GHC/Integer/Type.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/integer-simple/GHC/Integer/Type.hs b/libraries/integer-simple/GHC/Integer/Type.hs
index b4c62fda38..9fb489bb90 100644
--- a/libraries/integer-simple/GHC/Integer/Type.hs
+++ b/libraries/integer-simple/GHC/Integer/Type.hs
@@ -24,9 +24,8 @@ module GHC.Integer.Type where
import GHC.Prim
import GHC.Classes
-import GHC.Ordering
import GHC.Types
-import GHC.Unit ()
+import GHC.Tuple ()
#if WORD_SIZE_IN_BITS < 64
import GHC.IntWord64
#endif