Repository : ssh://darcs.haskell.org//srv/darcs/packages/base On branch : master
http://hackage.haskell.org/trac/ghc/changeset/aa98b3ce9cb6c4ac1ab7d29a34a1242a6186a367 >--------------------------------------------------------------- commit aa98b3ce9cb6c4ac1ab7d29a34a1242a6186a367 Author: Ian Lynagh <[email protected]> Date: Thu Sep 20 23:11:31 2012 +0100 Follow module removal in hDuplicateTo001 test >--------------------------------------------------------------- tests/IO/hDuplicateTo001.hs | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/IO/hDuplicateTo001.hs b/tests/IO/hDuplicateTo001.hs index 5a1484a..99f956a 100644 --- a/tests/IO/hDuplicateTo001.hs +++ b/tests/IO/hDuplicateTo001.hs @@ -1,5 +1,6 @@ -import GHC.Handle -import GHC.IOBase +import GHC.IO +import GHC.IO.Handle +import GHC.IO.Handle.Types import System.IO import Control.Concurrent.MVar import Data.Typeable _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
