haskell-smallcheck: update to version 1.0.1

This commit is contained in:
Peter Simons 2013-02-20 11:58:04 +01:00
parent 3cd5fe7f4a
commit 007060ae49

View File

@ -1,10 +1,10 @@
{ cabal, dlist }: { cabal, logict, mtl }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "smallcheck"; pname = "smallcheck";
version = "0.6.2"; version = "1.0.1";
sha256 = "0yz7an3k71ia7sgs8xpkh37xz9ipsnbf13680185cij8llq8zbyr"; sha256 = "1b8g7vgvwyz2smx16gbn73k749mazj2zmr2hjhqj4rk0433i6lpk";
buildDepends = [ dlist ]; buildDepends = [ logict mtl ];
meta = { meta = {
homepage = "https://github.com/feuerbach/smallcheck"; homepage = "https://github.com/feuerbach/smallcheck";
description = "A property-based testing library"; description = "A property-based testing library";