mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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!
|
||||
|
||||
{ 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";
|
||||
|
|
Loading…
Reference in a new issue