haskell-hspec: update to version 1.12.0

This commit is contained in:
Peter Simons 2014-10-19 14:16:08 +02:00
parent 3dbd62f5af
commit b27cd024e4

View File

@ -2,13 +2,14 @@
{ cabal, ansiTerminal, async, deepseq, filepath, ghcPaths { cabal, ansiTerminal, async, deepseq, filepath, ghcPaths
, hspecExpectations, hspecMeta, HUnit, QuickCheck, quickcheckIo , hspecExpectations, hspecMeta, HUnit, QuickCheck, quickcheckIo
, random, setenv, silently, tfRandom, time, transformers , random, setenv, silently, stringbuilder, tfRandom, time
, transformers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hspec"; pname = "hspec";
version = "1.11.4"; version = "1.12.0";
sha256 = "044vr6xyk0ih20faa4gbl4y4v6vkss0x2gmxgkk96ha6chws2svn"; sha256 = "03x8hx7bjb5m9m1jd0k8zhf2bk1j2l37ma0vmqqdcpmyxx4a72ck";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -18,7 +19,7 @@ cabal.mkDerivation (self: {
testDepends = [ testDepends = [
ansiTerminal async deepseq filepath ghcPaths hspecExpectations ansiTerminal async deepseq filepath ghcPaths hspecExpectations
hspecMeta HUnit QuickCheck quickcheckIo random setenv silently hspecMeta HUnit QuickCheck quickcheckIo random setenv silently
tfRandom time transformers stringbuilder tfRandom time transformers
]; ];
doCheck = false; doCheck = false;
meta = { meta = {