packages feed

Cabal revisions of stm-2.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:		stm-version:	2.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.TChan-		Control.Concurrent.STM.TMVar-		Control.Concurrent.STM.TVar-		Control.Monad.STM-other-modules:-		Control.Sequential.STM-build-depends:	base-extensions:	CPP+name:		stm
+version:	2.1
+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.TChan
+		Control.Concurrent.STM.TMVar
+		Control.Concurrent.STM.TVar
+		Control.Monad.STM
+other-modules:
+		Control.Sequential.STM
+build-depends:	base<3
+extensions:	CPP