haskell-tasty-quickcheck: update to version 0.8.2
This commit is contained in:
parent
d333f4957f
commit
4a65e6b684
|
@ -4,10 +4,11 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "tasty-quickcheck";
|
||||
version = "0.8.1";
|
||||
sha256 = "1diqc5dmddrfc6i0zqkmlnnhsv8paqy2fdmbx8484qa4ylk5r6bs";
|
||||
version = "0.8.2";
|
||||
sha256 = "16fdzdlvivrkhpg9nbfz9gamvlpb25fgcxnshzg7i7hkrgzhbrji";
|
||||
buildDepends = [ QuickCheck tagged tasty ];
|
||||
meta = {
|
||||
homepage = "http://documentup.com/feuerbach/tasty";
|
||||
description = "QuickCheck support for the Tasty test framework";
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in New Issue