Cabal revisions of stm-lifted-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-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-+name: stm-lifted +version: 0.1.0.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-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.5 + , stm >= 2.4.2 && < 3 +
revision 2
name: stm-lifted version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: Software Transactional Memory lifted to MonadIO license: BSD3 license-file: LICENSE build-depends: base >= 4.5 && < 5 , transformers >= 0.2 && < 0.5 - , stm >= 2.4.2 && < 3 + , stm >= 2.4.2 && < 2.5