haskell-smallcheck: updated to version 0.6

svn path=/nixpkgs/trunk/; revision=30831
This commit is contained in:
Peter Simons 2011-12-11 18:01:10 +00:00
parent 88b400f927
commit 57d245507b

View file

@ -1,12 +1,13 @@
{ cabal }:
{ cabal, dlist }:
cabal.mkDerivation (self: {
pname = "smallcheck";
version = "0.5";
sha256 = "10bmaifpkd5h3fp76cgbbc21q6nd0v8b3f80fjnb1ggg5zqs10dv";
version = "0.6";
sha256 = "19b2dyjbryx2a5bq70pn2mbzlcvjjwhii78fwwx6q57r13zljb9v";
buildDepends = [ dlist ];
meta = {
homepage = "https://github.com/feuerbach/smallcheck";
description = "Another lightweight testing library in Haskell";
description = "A property-based testing library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [