X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FIO%2FHandle%2FInternals.hs;h=fc9fbde155eafd4e2a631c3311e992f454684f49;hb=8afc9fecd586d3c4f7ef9c69fb1686a79e5f441d;hp=ed32eaa2b32cc5fad0d7902eae653a275b73d5f0;hpb=0194bd1aa23f3c93c9fea3f6acdf5b968c024886;p=ghc-base.git diff --git a/GHC/IO/Handle/Internals.hs b/GHC/IO/Handle/Internals.hs index ed32eaa..fc9fbde 100644 --- a/GHC/IO/Handle/Internals.hs +++ b/GHC/IO/Handle/Internals.hs @@ -63,7 +63,6 @@ import qualified GHC.IO.BufferedIO as Buffered import GHC.Real import GHC.Base -import GHC.List import GHC.Exception import GHC.Num ( Num(..) ) import GHC.Show @@ -73,9 +72,8 @@ import Data.Typeable import Control.Monad import Data.Maybe import Foreign -import System.IO.Error +-- import System.IO.Error import System.Posix.Internals hiding (FD) -import qualified System.Posix.Internals as Posix #ifdef DEBUG_DUMP import Foreign.C