SafeSemaphore 0.4 → 0.4.1
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- SafeSemaphore.cabal +3/−3
SafeSemaphore.cabal view
@@ -1,8 +1,8 @@ Name: SafeSemaphore-Version: 0.4+Version: 0.4.1 Synopsis: Much safer replacement for QSemN and QSem-Description: This provides a much safer semaphore than the QSem in base. Performance has not been compared.-Homepage: get-URL-from-future+Description: This provides a much safer semaphore than the QSem in base. Performance has not been compared. In the source is a tests/TestKillSem.hs executable (run by cabal test) that shows the problem with QSem.+Homepage: http://hackage.haskell.org/package/SafeSemaphore License: BSD3 License-file: LICENSE Author: Chris Kuklewicz <haskell@list.mightyreason.com>