X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FIO%2FEncoding%2FTypes.hs;h=bac4af2839ba37815fb2e5b49db764d6bc169f5b;hb=8afc9fecd586d3c4f7ef9c69fb1686a79e5f441d;hp=4d267aaee4455bbe46728832502c7e9e78c567d1;hpb=0194bd1aa23f3c93c9fea3f6acdf5b968c024886;p=ghc-base.git diff --git a/GHC/IO/Encoding/Types.hs b/GHC/IO/Encoding/Types.hs index 4d267aa..bac4af2 100644 --- a/GHC/IO/Encoding/Types.hs +++ b/GHC/IO/Encoding/Types.hs @@ -22,7 +22,7 @@ module GHC.IO.Encoding.Types ( import GHC.Base import GHC.Word -import GHC.IO +-- import GHC.IO import GHC.IO.Buffer -- -----------------------------------------------------------------------------