24 lines
711 B
Nix
24 lines
711 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, dataDefaultClass, exceptions, hspec, HUnit, QuickCheck
|
|
, time, transformers
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "retry";
|
|
version = "0.5.1";
|
|
sha256 = "1k5qv7c960dayhddvra1gpy1zv90rdjcrzpg8nzar9bpcxapczvj";
|
|
buildDepends = [ dataDefaultClass exceptions transformers ];
|
|
testDepends = [
|
|
dataDefaultClass exceptions hspec HUnit QuickCheck time
|
|
transformers
|
|
];
|
|
jailbreak = true;
|
|
meta = {
|
|
homepage = "http://github.com/Soostone/retry";
|
|
description = "Retry combinators for monadic actions that may fail";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|