[commit: integer-simple] master: Update imports (67cb382)
Ian Lynagh
igloo at earth.li
Tue Sep 13 22:23:37 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/packages/integer-simple
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/67cb38263ecad93f3fdd561661a2e49db981eba2
>---------------------------------------------------------------
commit 67cb38263ecad93f3fdd561661a2e49db981eba2
Author: Ian Lynagh <igloo at earth.li>
Date: Tue Sep 13 12:41:09 2011 +0100
Update imports
>---------------------------------------------------------------
GHC/Integer/Type.hs | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/GHC/Integer/Type.hs b/GHC/Integer/Type.hs
index b4c62fd..9fb489b 100644
--- a/GHC/Integer/Type.hs
+++ b/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
More information about the Cvs-libraries
mailing list