haskell-hspec-meta: update to version 1.5.2
This commit is contained in:
parent
6a0bf5ba6c
commit
5d01b76912
@ -1,16 +1,16 @@
|
|||||||
{ cabal, ansiTerminal, filepath, hspecExpectations, HUnit
|
{ cabal, ansiTerminal, deepseq, filepath, hspecExpectations, HUnit
|
||||||
, QuickCheck, quickcheckIo, setenv, time, transformers
|
, QuickCheck, quickcheckIo, random, setenv, time, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hspec-meta";
|
pname = "hspec-meta";
|
||||||
version = "1.5.1";
|
version = "1.5.2";
|
||||||
sha256 = "1js62n2mxv4mj4w89ymz5cn3d2qznjndzk3c78gmy6chvig23zlf";
|
sha256 = "1kzlppbp8ralkpi89qrfdm5yrr72b9iq4nrvmblyjrb67h9412q0";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansiTerminal filepath hspecExpectations HUnit QuickCheck
|
ansiTerminal deepseq filepath hspecExpectations HUnit QuickCheck
|
||||||
quickcheckIo setenv time transformers
|
quickcheckIo random setenv time transformers
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user