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