2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-04-28 17:17:52 +00:00
|
|
|
{ cabal, dataDefault, exceptions, transformers }:
|
2014-04-07 04:15:33 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "retry";
|
2014-04-28 17:17:52 +00:00
|
|
|
version = "0.4";
|
|
|
|
sha256 = "16njq924b5n7jyfc059dbypp529gqlc9qnzd7wjk4m7dpm5bww67";
|
|
|
|
buildDepends = [ dataDefault exceptions transformers ];
|
2014-05-19 11:56:30 +00:00
|
|
|
jailbreak = true;
|
2014-04-07 04:15:33 +00:00
|
|
|
meta = {
|
2014-04-28 17:17:52 +00:00
|
|
|
homepage = "http://github.com/Soostone/retry";
|
2014-04-07 04:15:33 +00:00
|
|
|
description = "Retry combinators for monadic actions that may fail";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|