mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
haskell-tasty-quickcheck: update to version 0.8.0.3
This commit is contained in:
parent
bd9e4c352a
commit
048824a55b
@ -1,10 +1,10 @@
|
||||
{ cabal, QuickCheck, random, tagged, tasty }:
|
||||
{ cabal, QuickCheck, tagged, tasty }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "tasty-quickcheck";
|
||||
version = "0.8";
|
||||
sha256 = "10d7chqrlp1fjphnkiykxd22g4mfp69kmihd705sxb0y0mrdfh8x";
|
||||
buildDepends = [ QuickCheck random tagged tasty ];
|
||||
version = "0.8.0.3";
|
||||
sha256 = "0dng415dsdg86rliwmz5hpn2111cn0x494c0vmdmzv5qgvx5naf6";
|
||||
buildDepends = [ QuickCheck tagged tasty ];
|
||||
meta = {
|
||||
description = "QuickCheck support for the Tasty test framework";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
|
Loading…
Reference in New Issue
Block a user