haskell-hspec2: update to version 0.5.0

This commit is contained in:
Peter Simons 2014-10-19 14:16:10 +02:00
parent b27cd024e4
commit 189667f34e

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 = "hspec2"; pname = "hspec2";
version = "0.4.2"; version = "0.5.0";
sha256 = "1wk1lvy3lngfa60n0dyllfqbj4gd4v0qxjw7gpvzknfk2y10536x"; sha256 = "1wnsikpa6xrgydyykvnhipxpan1rsffvagkqv4jymvyf5bg5m401";
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
]; ];
meta = { meta = {
homepage = "http://hspec.github.io/"; homepage = "http://hspec.github.io/";