X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=Prelude.hs;h=1006bdcf1149063d84e0b4d5f5f24a5fa42a3204;hb=8afc9fecd586d3c4f7ef9c69fb1686a79e5f441d;hp=bb83068e300e7fd56e113c39c7e6778b65745355;hpb=0194bd1aa23f3c93c9fea3f6acdf5b968c024886;p=ghc-base.git diff --git a/Prelude.hs b/Prelude.hs index bb83068..1006bdc 100644 --- a/Prelude.hs +++ b/Prelude.hs @@ -155,15 +155,15 @@ import Data.Tuple #ifdef __GLASGOW_HASKELL__ import GHC.Base -import GHC.IO -import GHC.IO.Exception +-- import GHC.IO +-- import GHC.IO.Exception import Text.Read import GHC.Enum import GHC.Num import GHC.Real import GHC.Float import GHC.Show -import GHC.Err ( error, undefined ) +import GHC.Err ( undefined ) #endif #ifdef __HUGS__