packages feed

bounded-tchan-0.2: bounded-tchan.cabal

Name:                bounded-tchan
Version:             0.2
Synopsis:            Bounded Transactional channels (queues)
Description:         Bounded TChan's, or BTChan's, are a transactional queue with a limit to the number of elements (further calls to @writeBTChan@ or @unGetBTChan@ call STM retry).

License:             BSD3
License-file:        LICENSE
Author:              Thomas M. DuBuisson
Maintainer:          thomas.dubuisson@gmail.com
Copyright:           Thomas M. DuBuisson (2011)
Category:            Concurrency
Build-type:          Simple
Extra-source-files:  
Cabal-version:       >=1.2


Library
  Exposed-modules:     Control.Concurrent.STM.BTChan
  Build-depends:       base >=3 && <= 5, stm
  Other-modules:       
  Build-tools: