diff options
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 |