Repository : ssh://darcs.haskell.org//srv/darcs/packages/stm On branch : master
http://hackage.haskell.org/trac/ghc/changeset/f3a4ab56195f943e149ccc14fbfe18c00d2fea70 >--------------------------------------------------------------- commit f3a4ab56195f943e149ccc14fbfe18c00d2fea70 Author: Simon Marlow <[email protected]> Date: Tue Feb 28 10:12:58 2012 +0000 add source-repository, bump cabal-version >--------------------------------------------------------------- stm.cabal | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/stm.cabal b/stm.cabal index 0810085..97e817d 100644 --- a/stm.cabal +++ b/stm.cabal @@ -7,7 +7,11 @@ synopsis: Software Transactional Memory category: Concurrency description: A modular composable concurrency abstraction. build-type: Simple -cabal-version: >=1.2 +cabal-version: >=1.6 + +source-repository head + type: git + location: http://darcs.haskell.org/packages/stm.git/ flag base4 _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
