Repository : ssh://darcs.haskell.org//srv/darcs/packages/haskell98

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/bb55af51e36424a7e9423ff40ab48cd3ddab7c9f

>---------------------------------------------------------------

commit bb55af51e36424a7e9423ff40ab48cd3ddab7c9f
Author: Ian Lynagh <[email protected]>
Date:   Tue Jun 19 22:53:46 2012 +0100

    Follow changes in base

>---------------------------------------------------------------

 IO.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/IO.hs b/IO.hs
index e985481..d1e9708 100644
--- a/IO.hs
+++ b/IO.hs
@@ -28,7 +28,7 @@ module IO (
     ) where
 
 import System.IO
-import System.IO.Error hiding (catch, try)
+import System.IO.Error
 
 -- | The 'bracket' function captures a common allocate, compute, deallocate
 -- idiom in which the deallocation step must occur even in the case of an



_______________________________________________
Cvs-libraries mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-libraries

Reply via email to