watchdog-0.2.2: watchdog.cabal
name: watchdog
version: 0.2.2
author: Jan Vornberger <jan@uos.de>
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: blub
build-type: Simple
cabal-version: >= 1.8
license: BSD3
license-file: LICENSE
source-repository head
type: git
location: https://github.com/javgh/watchdog
library
build-depends: base == 4.*
-- Wheezy: 4.5.0.0 (ghc)
, time == 1.4.*
-- Wheezy: 1.4.1 (ghc)
, mtl == 2.1.*
-- Wheezy: 2.1.1 (libghc-mtl-dev)
exposed-modules: Control.Watchdog
ghc-options: -Wall