haskell-hspec: update to version 2.0.2
This commit is contained in:
parent
88d5b7a3ba
commit
24d450074e
@ -1,17 +1,18 @@
|
|||||||
# 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, hspecCore, hspecDiscover, hspecExpectations, hspecMeta
|
{ cabal, hspecCore, hspecDiscover, hspecExpectations, hspecMeta
|
||||||
, QuickCheck, stringbuilder, transformers
|
, HUnit, QuickCheck, stringbuilder, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hspec";
|
pname = "hspec";
|
||||||
version = "2.0.1";
|
version = "2.0.2";
|
||||||
sha256 = "05kwxn5sws8gc1v8im2pyirrj5bzc6lnj22q2klgj4mg3apjd0jb";
|
sha256 = "19zxsadp1xwxdyp6zksaz4czdnmjd0x3gmbh7pqv6l4dxmd0545a";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
hspecCore hspecDiscover hspecExpectations QuickCheck transformers
|
hspecCore hspecDiscover hspecExpectations HUnit QuickCheck
|
||||||
|
transformers
|
||||||
];
|
];
|
||||||
testDepends = [ hspecCore hspecMeta QuickCheck stringbuilder ];
|
testDepends = [ hspecCore hspecMeta stringbuilder ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://hspec.github.io/";
|
homepage = "http://hspec.github.io/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user