haskell-tasty-quickcheck: update to version 0.8.0.3
This commit is contained in:
parent
bd9e4c352a
commit
048824a55b
pkgs/development/libraries/haskell/tasty-quickcheck
|
@ -1,10 +1,10 @@
|
||||||
{ cabal, QuickCheck, random, tagged, tasty }:
|
{ cabal, QuickCheck, tagged, tasty }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tasty-quickcheck";
|
pname = "tasty-quickcheck";
|
||||||
version = "0.8";
|
version = "0.8.0.3";
|
||||||
sha256 = "10d7chqrlp1fjphnkiykxd22g4mfp69kmihd705sxb0y0mrdfh8x";
|
sha256 = "0dng415dsdg86rliwmz5hpn2111cn0x494c0vmdmzv5qgvx5naf6";
|
||||||
buildDepends = [ QuickCheck random tagged tasty ];
|
buildDepends = [ QuickCheck tagged tasty ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "QuickCheck support for the Tasty test framework";
|
description = "QuickCheck support for the Tasty test framework";
|
||||||
license = self.stdenv.lib.licenses.mit;
|
license = self.stdenv.lib.licenses.mit;
|
||||||
|
|
Loading…
Reference in New Issue