haskell-retry: jailbreak to fix build with recent versions of 'exceptions'
This commit is contained in:
parent
be17f7fef2
commit
a053a0cca7
@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
|
|||||||
version = "0.4";
|
version = "0.4";
|
||||||
sha256 = "16njq924b5n7jyfc059dbypp529gqlc9qnzd7wjk4m7dpm5bww67";
|
sha256 = "16njq924b5n7jyfc059dbypp529gqlc9qnzd7wjk4m7dpm5bww67";
|
||||||
buildDepends = [ dataDefault exceptions transformers ];
|
buildDepends = [ dataDefault exceptions transformers ];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/Soostone/retry";
|
homepage = "http://github.com/Soostone/retry";
|
||||||
description = "Retry combinators for monadic actions that may fail";
|
description = "Retry combinators for monadic actions that may fail";
|
||||||
|
Loading…
Reference in New Issue
Block a user