haskell-tasty-quickcheck: update to version 0.8.3
This commit is contained in:
parent
de73797d95
commit
7d7e406df5
@ -1,12 +1,13 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, QuickCheck, tagged, tasty }:
|
||||
{ cabal, pcreLight, QuickCheck, tagged, tasty, tastyHunit }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "tasty-quickcheck";
|
||||
version = "0.8.2";
|
||||
sha256 = "16fdzdlvivrkhpg9nbfz9gamvlpb25fgcxnshzg7i7hkrgzhbrji";
|
||||
version = "0.8.3";
|
||||
sha256 = "0vfxdcsj92d5z3yx45ccymln7ikdvqryc64x33gkyv1yqk4h42r9";
|
||||
buildDepends = [ QuickCheck tagged tasty ];
|
||||
testDepends = [ pcreLight tasty tastyHunit ];
|
||||
meta = {
|
||||
homepage = "http://documentup.com/feuerbach/tasty";
|
||||
description = "QuickCheck support for the Tasty test framework";
|
||||
|
Loading…
Reference in New Issue
Block a user