haskell-tasty-hspec: update to version 0.2
This commit is contained in:
parent
ecbb806193
commit
f841e6da29
|
@ -1,12 +1,16 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# 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: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tasty-hspec";
|
pname = "tasty-hspec";
|
||||||
version = "0.1.0.1";
|
version = "0.2";
|
||||||
sha256 = "0m8v9kj557vfqzmrindwfcjl7wqmdix2xvmsb94n8hx9qv075s3v";
|
sha256 = "04qnmsyrlxgxf36lww3z6xkgpf6x5gprwrrwza3kcjl13wcm2rml";
|
||||||
buildDepends = [ hspec tasty ];
|
buildDepends = [
|
||||||
|
hspec QuickCheck random tasty tastyQuickcheck tastySmallcheck
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/mitchellwrosen/tasty-hspec";
|
homepage = "http://github.com/mitchellwrosen/tasty-hspec";
|
||||||
description = "Hspec support for the Tasty test framework";
|
description = "Hspec support for the Tasty test framework";
|
||||||
|
|
Loading…
Reference in New Issue