packages feed

stm-lifted-2.5.0.0: stm-lifted.cabal

name:           stm-lifted
version:        2.5.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-2019 Maksymilian Owsianny
category:       Concurrency, MonadIO
build-type:     Simple
cabal-version:  >= 1.10

description:
 A MonadIO version of <http://hackage.haskell.org/package/stm STM> library.

extra-source-files:
  README.md

source-repository head
    type:     git
    location: https://github.com/MaxOw/stm-lifted.git

library
  default-language: Haskell2010
  hs-source-dirs: src
  ghc-options: -Wall
  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.6
    , stm           >= 2.5     && < 2.6