diff options
author | Ian Lynagh <igloo@earth.li> | 2011-09-13 12:41:09 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-09-13 12:41:09 +0100 |
commit | 6c9c37fc4eeebee8d7e3881480d05267a6b8b18c (patch) | |
tree | 4475b3da6e6f0fda2510089314cb43f7f7e0df1c /libraries/integer-simple | |
parent | 0ba0dbc422bd119813560905c70c78c72b647fc1 (diff) | |
download | haskell-6c9c37fc4eeebee8d7e3881480d05267a6b8b18c.tar.gz |
Update imports
Diffstat (limited to 'libraries/integer-simple')
-rw-r--r-- | libraries/integer-simple/GHC/Integer/Type.hs | 3 |
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 |