[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 15:24:10 UTC 2010


The following commit has been merged in the master branch:
commit 5936b2e45001ae47c021e8a310d2cf58c941a7b9
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri Jan 23 10:59:31 2009 -0600

    Update description

diff --git a/testpack.cabal b/testpack.cabal
index 11d9b15..e77743b 100644
--- a/testpack.cabal
+++ b/testpack.cabal
@@ -8,10 +8,14 @@ license-file: COPYRIGHT
 extra-source-files: COPYING
 homepage: http://software.complete.org/testpack
 Category: Testing
-synopsis: Large utility library
-Description:  MissingH is a library of all sorts of utility functions for
- Haskell programmers.  It is written in pure Haskell and thus should
- be extremely portable and easy to use.
+synopsis: Test Utililty Pack for HUnit and QuickCheck
+Description: Haskell Test Utility Pack for HUnit and QuickCheck
+ testpack provides utilities for both HUnit and QuickCheck.  These include
+ tools for running QuickCheck properties as HUnit test cases, allowing you to
+ combine both approaches in a single program.  It also includes tools for more
+ helpful displays of running progress in both HUnit and QuickCheck, additional
+ generators for other types for QuickCheck, and shortcuts for quickly defining new
+ test cases.
 Stability: Beta
 Build-Type: Simple
 Cabal-Version: >=1.2

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list