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 <[email protected]> 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 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
