packages feed

Cabal revisions of watchdog-0.3

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-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+name:           watchdog
+version:        0.3
+x-revision: 1
+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.8 && < 5
+                   , time >= 1.4 && < 1.9
+                   , mtl >= 2.1 && < 2.3
+    exposed-modules: Control.Watchdog
+    ghc-options: -Wall