./devel/hs-safesemaphore, Much safer replacement for QSemN, QSem, and SampleVar

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.10.1nb1, Package name: hs-safesemaphore-0.10.1nb1, Maintainer: pkgsrc-users

This provides a much safer semaphore than the QSem, QSemN, SampleVar in
base. Those base modules are not exception safe and can be broken by
killThread.


Master sites:

Filesize: 23.444 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-28 16:30:10 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-safesemaphore: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-31 18:05:49 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-safesemaphore: import hs-safesemaphore-0.10.1

This provides a much safer semaphore than the QSem, QSemN, SampleVar in
base. Those base modules are not exception safe and can be broken by
killThread.