2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-04 02:11:17 -07:00
|
|
|
{ cabal, dataDefaultClass, exceptions, hspec, HUnit, QuickCheck
|
|
|
|
, time, transformers
|
|
|
|
}:
|
2014-04-06 21:15:33 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "retry";
|
2014-09-02 23:33:43 -07:00
|
|
|
version = "0.5.1";
|
|
|
|
sha256 = "1k5qv7c960dayhddvra1gpy1zv90rdjcrzpg8nzar9bpcxapczvj";
|
2014-08-04 02:11:17 -07:00
|
|
|
buildDepends = [ dataDefaultClass exceptions transformers ];
|
|
|
|
testDepends = [
|
|
|
|
dataDefaultClass exceptions hspec HUnit QuickCheck time
|
|
|
|
transformers
|
|
|
|
];
|
2014-05-19 04:56:30 -07:00
|
|
|
jailbreak = true;
|
2014-04-06 21:15:33 -07:00
|
|
|
meta = {
|
2014-04-28 10:17:52 -07:00
|
|
|
homepage = "http://github.com/Soostone/retry";
|
2014-04-06 21:15:33 -07:00
|
|
|
description = "Retry combinators for monadic actions that may fail";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|