3
0
Fork 0
forked from mirrors/nixpkgs

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: {
pname = "tasty-smallcheck";
version = "0.8";
sha256 = "0c4ccmhql118j4dlvy5cmrnma454b0rdv1wq2ds6xhpdhx20h1br";
version = "0.8.0.1";
sha256 = "0yckfbz8na8ccyw2911i3a4hd3fdncclk3ng5343hs5cylw6y4sm";
buildDepends = [ async smallcheck tagged tasty ];
meta = {
homepage = "https://github.com/feuerbach/tasty";
homepage = "http://documentup.com/feuerbach/tasty";
description = "SmallCheck support for the Tasty test framework";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;