mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 08:01:50 +00:00
haskell-tasty-smallcheck: update to version 0.8
This commit is contained in:
parent
872f5e56ea
commit
6448f24c9a
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tasty-smallcheck";
|
pname = "tasty-smallcheck";
|
||||||
version = "0.2";
|
version = "0.8";
|
||||||
sha256 = "1xw0l1bikwavyq7s8q71a92x87mg7z65mk32nn5qx0zxwqsfb5l4";
|
sha256 = "0c4ccmhql118j4dlvy5cmrnma454b0rdv1wq2ds6xhpdhx20h1br";
|
||||||
buildDepends = [ async smallcheck tagged tasty ];
|
buildDepends = [ async smallcheck tagged tasty ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/feuerbach/tasty";
|
homepage = "https://github.com/feuerbach/tasty";
|
||||||
|
|
Loading…
Reference in a new issue