watchdog 0.2.2 → 0.2.2.1
raw patch · 2 files changed
+5/−3 lines, 2 files
Files
- LICENSE +1/−1
- watchdog.cabal +4/−2
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2014, Jan Vornberger+Copyright (c) 2012 - 2014, Jan Vornberger All rights reserved. Redistribution and use in source and binary forms, with or without
watchdog.cabal view
@@ -1,14 +1,16 @@ name: watchdog-version: 0.2.2+version: 0.2.2.1 author: Jan Vornberger <jan@uos.de>+copyright: (c) 2012 - 2014 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: blub+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