X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FException.hs;h=9824fb0ea75a4a193b1ed778f74203d4ea17daeb;hb=0a382bb76f5a25bbbb6e6847c916cfd127d1ecf4;hp=6430c9a21f31ca4d8f1877cfc27b286d55b1dedf;hpb=d2063b5b0be014545b21819172c87756efcb0b0c;p=ghc-base.git diff --git a/Control/Exception.hs b/Control/Exception.hs index 6430c9a..9824fb0 100644 --- a/Control/Exception.hs +++ b/Control/Exception.hs @@ -138,7 +138,7 @@ import Control.Exception.Base #ifdef __GLASGOW_HASKELL__ import GHC.Base -import GHC.IO hiding ( onException, finally ) +-- import GHC.IO hiding ( onException, finally ) import Data.Maybe #else import Prelude hiding (catch)