Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers On branch : master
http://hackage.haskell.org/trac/ghc/changeset/207010cabd5d697c9e6688460afe01241e3687e1 >--------------------------------------------------------------- commit 207010cabd5d697c9e6688460afe01241e3687e1 Author: Milan Straka <[email protected]> Date: Mon Apr 30 14:29:46 2012 +0200 Add tests and benchmarks to sdist. >--------------------------------------------------------------- containers.cabal | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/containers.cabal b/containers.cabal index 08997f4..f39cc7d 100644 --- a/containers.cabal +++ b/containers.cabal @@ -13,7 +13,18 @@ description: valid even if structures are shared. build-type: Simple cabal-version: >=1.8 -extra-source-files: include/Typeable.h +extra-source-files: + include/Typeable.h + tests/Makefile + tests/*.hs + benchmarks/Makefile + benchmarks/bench-cmp.pl + benchmarks/bench-cmp.sh + benchmarks/*.hs + benchmarks/SetOperations/Makefile + benchmarks/SetOperations/*.hs + benchmarks/LookupGE/Makefile + benchmarks/LookupGE/*.hs source-repository head type: git _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
