Start to actually use extensible exceptions
[ghc-base.git] / System / IO / Error.hs
index 132af61..6d1f149 100644 (file)
@@ -90,6 +90,8 @@ module System.IO.Error (
 #endif
   ) where
 
+import {-# SOURCE #-} Prelude (catch)
+
 import Data.Either
 import Data.Maybe