1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-tasty-smallcheck: update to version 0.8

This commit is contained in:
Peter Simons 2014-03-07 23:13:21 +01:00
parent 872f5e56ea
commit 6448f24c9a

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "tasty-smallcheck";
version = "0.2";
sha256 = "1xw0l1bikwavyq7s8q71a92x87mg7z65mk32nn5qx0zxwqsfb5l4";
version = "0.8";
sha256 = "0c4ccmhql118j4dlvy5cmrnma454b0rdv1wq2ds6xhpdhx20h1br";
buildDepends = [ async smallcheck tagged tasty ];
meta = {
homepage = "https://github.com/feuerbach/tasty";