haskell-hspec: update to version 1.4.4

This commit is contained in:
Peter Simons 2013-01-30 11:29:40 +01:00
parent 3af9c0d6eb
commit 79553f7ea8

View File

@ -4,15 +4,14 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "hspec"; pname = "hspec";
version = "1.4.3"; version = "1.4.4";
sha256 = "0i963fxamyyi3afac67rkw4340i3xqs1q3lvcy69mq0czbdvgjmc"; sha256 = "09wrvdlqzpa3vjcnirnzpj8nsvqnn5xbilnxaqmjm2agbl8xfj5r";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
ansiTerminal filepath hspecExpectations HUnit QuickCheck setenv ansiTerminal filepath hspecExpectations HUnit QuickCheck setenv
silently time transformers silently time transformers
]; ];
jailbreak = true;
meta = { meta = {
homepage = "http://hspec.github.com/"; homepage = "http://hspec.github.com/";
description = "Behavior-Driven Development for Haskell"; description = "Behavior-Driven Development for Haskell";