X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=System%2FIO.hs;h=dfa589dc2a2db84ca644c21748b87e05b0f9066b;hb=8afc9fecd586d3c4f7ef9c69fb1686a79e5f441d;hp=87025c31d50d116a683e2558f427d36ea0b53304;hpb=0194bd1aa23f3c93c9fea3f6acdf5b968c024886;p=ghc-base.git diff --git a/System/IO.hs b/System/IO.hs index 87025c3..dfa589d 100644 --- a/System/IO.hs +++ b/System/IO.hs @@ -180,7 +180,7 @@ import GHC.IO.Handle.FD import GHC.IO.Handle import GHC.IORef import GHC.IO.Exception ( userError ) -import GHC.Exception +-- import GHC.Exception import GHC.Num import Text.Read import GHC.Show