non-GHC: hide Prelude.catch
[ghc-base.git] / Control / Exception.hs
index 0591348..4401976 100644 (file)
@@ -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__