#2653: Hugs does not like bracketOnError in Network.hs
----------------------------------+-----------------------------------------
Reporter: golubovsky | Owner:
Type: merge | Status: new
Priority: normal | Milestone:
Component: libraries/network | Version: 6.8.3
Severity: major | Resolution:
Keywords: | Testcase:
Architecture: Unknown/Multiple | Os: Unknown/Multiple
----------------------------------+-----------------------------------------
Changes (by ross):
* type: bug => merge
Comment:
fixed in HEAD. This was yet another
#if __GLASGOW_HASKELL__ < nnn
which also succeeds for non-GHCs, and should be
#if __GLASGOW_HASKELL__ && __GLASGOW_HASKELL__ < nnn
Please merge to 6.10, so that other impls can use the version released
with GHC.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2653#comment:2>
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