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
, hspecExpectations, hspecMeta, HUnit, QuickCheck, quickcheckIo
, random, setenv, silently, tfRandom, time, transformers
, random, setenv, silently, stringbuilder, tfRandom, time
, transformers
}:
cabal.mkDerivation (self: {
pname = "hspec2";
version = "0.4.2";
sha256 = "1wk1lvy3lngfa60n0dyllfqbj4gd4v0qxjw7gpvzknfk2y10536x";
version = "0.5.0";
sha256 = "1wnsikpa6xrgydyykvnhipxpan1rsffvagkqv4jymvyf5bg5m401";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -18,7 +19,7 @@ cabal.mkDerivation (self: {
testDepends = [
ansiTerminal async deepseq filepath ghcPaths hspecExpectations
hspecMeta HUnit QuickCheck quickcheckIo random setenv silently
tfRandom time transformers
stringbuilder tfRandom time transformers
];
meta = {
homepage = "http://hspec.github.io/";