haskell-retry: update to version 0.5
This commit is contained in:
parent
2ef4937454
commit
c4b121a639
|
@ -1,12 +1,18 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, dataDefault, exceptions, transformers }:
|
{ cabal, dataDefaultClass, exceptions, hspec, HUnit, QuickCheck
|
||||||
|
, time, transformers
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "retry";
|
pname = "retry";
|
||||||
version = "0.4";
|
version = "0.5";
|
||||||
sha256 = "16njq924b5n7jyfc059dbypp529gqlc9qnzd7wjk4m7dpm5bww67";
|
sha256 = "1qp949w8pisgki06j5qgaxw1761q3gfccc7bqnhqpchazl4p6p6n";
|
||||||
buildDepends = [ dataDefault exceptions transformers ];
|
buildDepends = [ dataDefaultClass exceptions transformers ];
|
||||||
|
testDepends = [
|
||||||
|
dataDefaultClass exceptions hspec HUnit QuickCheck time
|
||||||
|
transformers
|
||||||
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/Soostone/retry";
|
homepage = "http://github.com/Soostone/retry";
|
||||||
|
|
Loading…
Reference in New Issue