forked from mirrors/nixpkgs
haskell-checkers: update to version 0.3.2
This commit is contained in:
parent
b19cfe15ae
commit
2b2ddb5165
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue