Name: SafeSemaphore Version: 0.4 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 License: BSD3 License-file: LICENSE Author: Chris Kuklewicz Maintainer: Chris Kuklewicz Category: Concurrency Build-type: Simple Cabal-version: >=1.8 Library Hs-Source-Dirs: src ghc-options: -Wall -O2 -funbox-strict-fields Exposed-modules: Control.Concurrent.MSem Control.Concurrent.MSemN Build-depends: base < 5 Test-Suite TestSafeSemaphore type: exitcode-stdio-1.0 main-is: tests/TestKillSem.hs build-depends: base < 5, SafeSemaphore, HUnit