#2936: System.IO.Error needs to be imported unconditionally
-----------------------------+----------------------------------------------
Reporter:  guest             |          Owner:                   
    Type:  bug               |         Status:  new              
Priority:  normal            |      Component:  libraries/network
 Version:  6.10.1            |       Severity:  normal           
Keywords:                    |       Testcase:                   
      Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple 
-----------------------------+----------------------------------------------
 The recent patch "Avoid using IOError internals" placed import of
 System.IO.Error in files Network/BSD.hsc and Network/Socket.hsc within a
 preprocessor conditional block, in the way that only GHC imports
 System.IO.Error. This causes errors when Hugs processes these files.

 Suggested: unconditionally import System.IO.Error in these modules.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2936>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to