haskell-retry: jailbreak to fix build with recent versions of 'exceptions'

This commit is contained in:
Peter Simons 2014-05-19 13:56:30 +02:00
parent be17f7fef2
commit a053a0cca7

View File

@ -5,6 +5,7 @@ cabal.mkDerivation (self: {
version = "0.4";
sha256 = "16njq924b5n7jyfc059dbypp529gqlc9qnzd7wjk4m7dpm5bww67";
buildDepends = [ dataDefault exceptions transformers ];
jailbreak = true;
meta = {
homepage = "http://github.com/Soostone/retry";
description = "Retry combinators for monadic actions that may fail";