From ddc4d9eb73b82fac60529f7d0646f2d7fc5e76e1 Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Tue, 12 Aug 2008 14:56:22 +0000 Subject: [PATCH] non-GHC: hide Prelude.catch --- Control/Exception.hs | 2 ++ 1 file changed, 2 insertions(+) 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__ -- 1.7.10.4