forked from mirrors/nixpkgs
haskell-smallcheck: update to version 1.0.4
This commit is contained in:
parent
b7e4259ac5
commit
643455fcea
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "smallcheck";
|
pname = "smallcheck";
|
||||||
version = "1.0.2";
|
version = "1.0.4";
|
||||||
sha256 = "09zlsvgbwgpjwkjhizbzzww2nvkyxvkf214yqxzfaa1cj9xzbbdi";
|
sha256 = "0zqssw7r56k7gi1lxdss3f4piqa692y728rli9p81q9rbcvi3x7z";
|
||||||
buildDepends = [ logict mtl ];
|
buildDepends = [ logict mtl ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/feuerbach/smallcheck";
|
homepage = "https://github.com/feuerbach/smallcheck";
|
||||||
|
|
Loading…
Reference in a new issue