#3160: No exception safety in Control.Concurrent.QSem QSemN and SampleVar
------------------------------------------+---------------------------------
  Reporter:  ChrisKuklewicz               |          Owner:  simonmar        
      Type:  bug                          |         Status:  closed          
  Priority:  normal                       |      Milestone:  7.6.1           
 Component:  libraries/base               |        Version:  7.0.2           
Resolution:  wontfix                      |       Keywords:                  
        Os:  Unknown/Multiple             |   Architecture:  Unknown/Multiple
   Failure:  Incorrect result at runtime  |     Difficulty:  Unknown         
  Testcase:                               |      Blockedby:                  
  Blocking:                               |        Related:                  
------------------------------------------+---------------------------------
Changes (by simonmar):

  * status:  new => closed
  * resolution:  => wontfix


Comment:

 The versions in base have been deprecated in 7.6.1, and we now recommend
 that people use the `SafeSemaphore` package instead.

 This leaves the way open for having a `concurrent` package in the future
 that would combine a number of useful concurrent data structures with
 things like `async`.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3160#comment:21>
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