haskell-hspec: update to version 1.9.0

This commit is contained in:
Peter Simons 2014-03-20 22:26:14 +01:00
parent 6eae14cc26
commit 500ea1c6f3

View File

@ -1,22 +1,22 @@
{ cabal, ansiTerminal, deepseq, doctest, filepath, ghcPaths { cabal, ansiTerminal, deepseq, doctest, filepath, ghcPaths
, hspecExpectations, hspecMeta, HUnit, QuickCheck, quickcheckIo , hspecExpectations, hspecMeta, HUnit, QuickCheck, quickcheckIo
, random, setenv, silently, time, transformers , random, setenv, silently, tfRandom, time, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hspec"; pname = "hspec";
version = "1.8.3"; version = "1.9.0";
sha256 = "0k5l8r54nc0q5x3czdfxkwa606qnli3a6qm2xd3r5yl5bnz6hzh8"; sha256 = "01nwxx63l9cl1smld7pwm59k6shs865iiy1jqwi97lkhzhy9cvhl";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
ansiTerminal deepseq filepath hspecExpectations HUnit QuickCheck ansiTerminal deepseq filepath hspecExpectations HUnit QuickCheck
quickcheckIo random setenv time transformers quickcheckIo random setenv tfRandom time transformers
]; ];
testDepends = [ testDepends = [
ansiTerminal deepseq doctest filepath ghcPaths hspecExpectations ansiTerminal deepseq doctest filepath ghcPaths hspecExpectations
hspecMeta HUnit QuickCheck quickcheckIo random setenv silently time hspecMeta HUnit QuickCheck quickcheckIo random setenv silently
transformers tfRandom time transformers
]; ];
doCheck = false; doCheck = false;
meta = { meta = {