[commit: haskell2010] master: Follow changes in base (9a7ee61)

Ian Lynagh igloo at earth.li
Wed Jun 20 14:37:38 CEST 2012


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

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/9a7ee61928a1cba0a3257f045296712d18c09f15

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

commit 9a7ee61928a1cba0a3257f045296712d18c09f15
Author: Ian Lynagh <igloo at earth.li>
Date:   Tue Jun 19 22:53:51 2012 +0100

    Follow changes in base

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

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

diff --git a/System/IO/Error.hs b/System/IO/Error.hs
index 840771e..1304dc4 100644
--- a/System/IO/Error.hs
+++ b/System/IO/Error.hs
@@ -53,7 +53,7 @@ module System.IO.Error (
   ) where
 
 import qualified "base" Control.Exception as Exception
-import "base" System.IO.Error hiding (IOError,catch,try)
+import "base" System.IO.Error hiding (IOError)
 import qualified "base" System.IO.Error as Base
 import Prelude hiding (IOError,catch)
 





More information about the Cvs-libraries mailing list