haskell-tasty-smallcheck: update to version 0.8.0.1

This commit is contained in:
Peter Simons 2014-10-13 13:03:37 +02:00
parent 4a65e6b684
commit 1a4e36c28b

View File

@ -4,11 +4,11 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "tasty-smallcheck"; pname = "tasty-smallcheck";
version = "0.8"; version = "0.8.0.1";
sha256 = "0c4ccmhql118j4dlvy5cmrnma454b0rdv1wq2ds6xhpdhx20h1br"; sha256 = "0yckfbz8na8ccyw2911i3a4hd3fdncclk3ng5343hs5cylw6y4sm";
buildDepends = [ async smallcheck tagged tasty ]; buildDepends = [ async smallcheck tagged tasty ];
meta = { meta = {
homepage = "https://github.com/feuerbach/tasty"; homepage = "http://documentup.com/feuerbach/tasty";
description = "SmallCheck support for the Tasty test framework"; description = "SmallCheck support for the Tasty test framework";
license = self.stdenv.lib.licenses.bsd3; license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms; platforms = self.ghc.meta.platforms;