Cabal revisions of stm-lifted-0.1.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: stm-lifted-version: 0.1.1.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 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- 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.4.4.1 && < 3+name: stm-lifted +version: 0.1.1.0 +x-revision: 1 +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 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 + 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.4.4.1 && < 2.5