non-GHC: hide Prelude.catch
authorRoss Paterson <ross@soi.city.ac.uk>
Tue, 12 Aug 2008 14:56:22 +0000 (14:56 +0000)
committerRoss Paterson <ross@soi.city.ac.uk>
Tue, 12 Aug 2008 14:56:22 +0000 (14:56 +0000)
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__