name:                 retry
version:              0.9.3.1
visibility:           public
id:                   retry-0.9.3.1-HxY1P442vOP6Jd62WpHB1s
key:                  retry-0.9.3.1-HxY1P442vOP6Jd62WpHB1s
license:              BSD-3-Clause
copyright:            Ozgun Ataman, Soostone Inc
maintainer:           ozgun.ataman@soostone.com
author:               Ozgun Ataman
homepage:             http://github.com/Soostone/retry
synopsis:             Retry combinators for monadic actions that may fail
description:
    This package exposes combinators that can wrap arbitrary
    monadic actions. They run the action and potentially retry
    running it with some configurable delay for a configurable
    number of times.
    The purpose is to make it easier to work with IO and
    especially network IO actions that often experience temporary
    failure and warrant retrying of the original action. For
    example, a database query may time out for a while, in which
    case we should hang back for a bit and retry the query instead
    of simply raising an exception.

category:             Control
abi:                  5f03ccd62759bb6f34bd14eb1241863b
exposed:              True
exposed-modules:      Control.Retry UnliftIO.Retry
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/retry-0.9.3.1-HxY1P442vOP6Jd62WpHB1s

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/retry-0.9.3.1-HxY1P442vOP6Jd62WpHB1s

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/retry-0.9.3.1-HxY1P442vOP6Jd62WpHB1s

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/retry-0.9.3.1
hs-libraries:         HSretry-0.9.3.1-HxY1P442vOP6Jd62WpHB1s
depends:
    base-4.20.0.0-inplace exceptions-0.10.7-inplace
    ghc-prim-0.11.0-inplace mtl-2.3.1-inplace
    mtl-compat-0.2.2-9HHC8aXQpLq5xJPK1p54Yb
    random-1.3.0-23BW6tricnOKWC1NYRlV2o transformers-0.6.1.1-inplace
    unliftio-core-0.2.1.0-GaBx0qDdf17ZdboK89W3F

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/retry-0.9.3.1/html/retry.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/retry-0.9.3.1/html
