stm-lifted-0.1.0.0: stm-lifted.cabal
name: stm-lifted
version: 0.1.0.0
synopsis: Software Transactional Memory lifted to MonadIO
license: BSD3
license-file: LICENSE
author: Maksymilian Owsianny
maintainer: Maksymilian.Owsianny@gmail.com
bug-reports: https://github.com/MaxOw/stm-lifted/issues
Copyright: (c) 2013 Maksymilian Owsianny
category: Concurrency, MonadIO
build-type: Simple
stability: Experimental
cabal-version: >= 1.10
description:
A MonadIO version of
<http://hackage.haskell.org/package/stm-2.4.2 STM> library.
source-repository head
type: git
location: https://github.org/MaxOw/stm-lifted.git
library
default-language: Haskell2010
hs-source-dirs: src
exposed-modules:
Control.Concurrent.STM.Lifted
, Control.Concurrent.STM.TVar.Lifted
, Control.Concurrent.STM.TChan.Lifted
, Control.Concurrent.STM.TMVar.Lifted
, Control.Concurrent.STM.TQueue.Lifted
, Control.Concurrent.STM.TBQueue.Lifted
, Control.Concurrent.STM.TSem.Lifted
other-modules: Internal
build-depends:
base >= 4.5 && < 5
, transformers >= 0.2 && < 0.4
, stm >= 2.4.2 && < 3