[commit: containers] master: Add tests and benchmarks to sdist. (207010c)
Paolo Capriotti
p.capriotti at gmail.com
Thu Jul 19 21:13:21 CEST 2012
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 <fox at ucw.cz>
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
More information about the Cvs-libraries
mailing list