3
0
Fork 0
forked from mirrors/nixpkgs

haskell-checkers: update to version 0.3.2

This commit is contained in:
Peter Simons 2014-04-04 23:29:34 +02:00
parent b19cfe15ae
commit 2b2ddb5165

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "checkers";
version = "0.3.1";
sha256 = "0lhy8bk8kkj540kjbc76j4x4xsprqwlmxdrss4r0j1bxgmfwha6p";
version = "0.3.2";
sha256 = "0v8i6754syvjh2p5qdqh95j3swkar9077gidsnahwk9h6qfsx6r3";
buildDepends = [ QuickCheck random ];
meta = {
description = "Check properties on standard classes and data structures";