From: Ross Paterson Date: Tue, 12 Aug 2008 14:56:22 +0000 (+0000) Subject: non-GHC: hide Prelude.catch X-Git-Tag: 6_10_branch_has_been_forked~55 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ddc4d9eb73b82fac60529f7d0646f2d7fc5e76e1;p=ghc-base.git non-GHC: hide Prelude.catch --- diff --git a/Control/Exception.hs b/Control/Exception.hs index 0591348..4401976 100644 --- a/Control/Exception.hs +++ b/Control/Exception.hs @@ -133,6 +133,8 @@ import Control.Exception.Base import GHC.Base import GHC.IOBase import Data.Maybe +#else +import Prelude hiding (catch) #endif #if __GLASGOW_HASKELL__ || __HUGS__