haskell-hspec: update to version 1.4.4
This commit is contained in:
parent
3af9c0d6eb
commit
79553f7ea8
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user