packages feed

watchdog-0.3: watchdog.cabal

name:           watchdog
version:        0.3
author:         Jan Vornberger <jan@uos.de>
copyright:      (c) 2012 - 2017 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.8
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.5 && < 5
                   , time >= 1.4 && < 1.9
                   , mtl >= 2.1 && < 2.3
    exposed-modules: Control.Watchdog
    ghc-options: -Wall