Cabal revisions of stm-2.1.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: stm-version: 2.1.1.0-license: BSD3-license-file: LICENSE-maintainer: libraries@haskell.org-synopsis: Software Transactional Memory-description: A modular composable concurrency abstraction.--- these are the modules exposed by the cut-down non-GHC interface.-exposed-modules:- Control.Concurrent.STM- Control.Concurrent.STM.TArray- Control.Concurrent.STM.TVar- Control.Concurrent.STM.TChan- Control.Concurrent.STM.TMVar- Control.Monad.STM-other-modules:- Control.Sequential.STM-build-depends: base, array-extensions: CPP+name: stm +version: 2.1.1.0 +x-revision: 1 +license: BSD3 +license-file: LICENSE +maintainer: libraries@haskell.org +synopsis: Software Transactional Memory +description: A modular composable concurrency abstraction. +-- these are the modules exposed by the cut-down non-GHC interface. +exposed-modules: + Control.Concurrent.STM + Control.Concurrent.STM.TArray + Control.Concurrent.STM.TVar + Control.Concurrent.STM.TChan + Control.Concurrent.STM.TMVar + Control.Monad.STM +other-modules: + Control.Sequential.STM +build-depends: base<4.1, array +extensions: CPP
revision 2
name: stm version: 2.1.1.0 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org Control.Monad.STM other-modules: Control.Sequential.STM -build-depends: base<4.1, array +build-depends: base<4, array extensions: CPP