X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FException.hs;h=9824fb0ea75a4a193b1ed778f74203d4ea17daeb;hb=8afc9fecd586d3c4f7ef9c69fb1686a79e5f441d;hp=6430c9a21f31ca4d8f1877cfc27b286d55b1dedf;hpb=0194bd1aa23f3c93c9fea3f6acdf5b968c024886;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)