# 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"; sha256 = "1qp949w8pisgki06j5qgaxw1761q3gfccc7bqnhqpchazl4p6p6n"; 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; }; })