Merge pull request #2891 from sol/master
Update haskell-hspec to version 1.10.0
This commit is contained in:
commit
756a3111dc
1 changed files with 8 additions and 8 deletions
|
@ -1,22 +1,22 @@
|
||||||
{ cabal, ansiTerminal, deepseq, doctest, filepath, ghcPaths
|
{ cabal, ansiTerminal, async, deepseq, doctest, filepath, ghcPaths
|
||||||
, hspecExpectations, hspecMeta, HUnit, QuickCheck, quickcheckIo
|
, hspecExpectations, hspecMeta, HUnit, QuickCheck, quickcheckIo
|
||||||
, random, setenv, silently, tfRandom, time, transformers
|
, random, setenv, silently, tfRandom, time, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "hspec";
|
pname = "hspec";
|
||||||
version = "1.9.5";
|
version = "1.10.0";
|
||||||
sha256 = "0y9gbm5rwwn80yzdllh1amaih4vxa61i9dzym88jr2kkwjrhxay4";
|
sha256 = "0lqc4sxl2c1rgnmp4a2fikc78f9caxswkmxfi8wajxlwaj58sy8p";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
ansiTerminal deepseq filepath hspecExpectations HUnit QuickCheck
|
ansiTerminal async deepseq filepath hspecExpectations HUnit
|
||||||
quickcheckIo random setenv tfRandom time transformers
|
QuickCheck quickcheckIo random setenv tfRandom time transformers
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
ansiTerminal deepseq doctest filepath ghcPaths hspecExpectations
|
ansiTerminal async deepseq doctest filepath ghcPaths
|
||||||
hspecMeta HUnit QuickCheck quickcheckIo random setenv silently
|
hspecExpectations hspecMeta HUnit QuickCheck quickcheckIo random
|
||||||
tfRandom time transformers
|
setenv silently tfRandom time transformers
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in a new issue