3
0
Fork 0
forked from mirrors/nixpkgs

haskell-tasty-hspec: update to version 0.2

This commit is contained in:
Peter Simons 2014-09-12 10:30:59 +02:00
parent ecbb806193
commit f841e6da29

View file

@ -1,12 +1,16 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, hspec, tasty }:
{ cabal, hspec, QuickCheck, random, tasty, tastyQuickcheck
, tastySmallcheck
}:
cabal.mkDerivation (self: {
pname = "tasty-hspec";
version = "0.1.0.1";
sha256 = "0m8v9kj557vfqzmrindwfcjl7wqmdix2xvmsb94n8hx9qv075s3v";
buildDepends = [ hspec tasty ];
version = "0.2";
sha256 = "04qnmsyrlxgxf36lww3z6xkgpf6x5gprwrrwza3kcjl13wcm2rml";
buildDepends = [
hspec QuickCheck random tasty tastyQuickcheck tastySmallcheck
];
meta = {
homepage = "http://github.com/mitchellwrosen/tasty-hspec";
description = "Hspec support for the Tasty test framework";