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