Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0870146eb385e1de51ec7efc5857f042e3eeac78 >--------------------------------------------------------------- commit 0870146eb385e1de51ec7efc5857f042e3eeac78 Author: Simon Peyton Jones <[email protected]> Date: Thu Jul 28 08:35:55 2011 +0100 Remove now-unnecessary import of GHC.Show >--------------------------------------------------------------- GHC/IOBase.hs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/GHC/IOBase.hs b/GHC/IOBase.hs index 4177b07..32e6a64 100644 --- a/GHC/IOBase.hs +++ b/GHC/IOBase.hs @@ -62,7 +62,6 @@ import GHC.IOArray import GHC.IORef import GHC.MVar import Foreign.C.Types -import GHC.Show import Data.Typeable type FD = CInt _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
