2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-04 09:11:17 +00:00
|
|
|
{ cabal, dataDefaultClass, exceptions, hspec, HUnit, QuickCheck
|
|
|
|
, time, transformers
|
|
|
|
}:
|
2014-04-07 04:15:33 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "retry";
|
2014-09-03 06:33:43 +00:00
|
|
|
version = "0.5.1";
|
|
|
|
sha256 = "1k5qv7c960dayhddvra1gpy1zv90rdjcrzpg8nzar9bpcxapczvj";
|
2014-08-04 09:11:17 +00:00
|
|
|
buildDepends = [ dataDefaultClass exceptions transformers ];
|
|
|
|
testDepends = [
|
|
|
|
dataDefaultClass exceptions hspec HUnit QuickCheck time
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|