packages feed

watchdog-0.3.2: watchdog.cabal

name:           watchdog
version:        0.3.2
author:         Jan Vornberger <jan@uos.de>
copyright:      (c) 2012 - 2023 Jan Vornberger
maintainer:     Jan Vornberger <jan@uos.de>
synopsis:       Simple control structure to re-try an action with exponential backoff
description:    See Control.Watchdog for documentation.
category:       Control
build-type:     Simple
cabal-version:  >= 1.10
license:        BSD3
license-file:   LICENSE
bug-reports:    https://github.com/javgh/watchdog/issues

source-repository head
    type: git
    location: https://github.com/javgh/watchdog

library
    build-depends: base >= 4.9 && < 5
                   , time >= 1.4 && < 1.13
                   , mtl >= 2.1 && < 2.4
    exposed-modules: Control.Watchdog
    ghc-options: -Wall
    default-language: Haskell98