packages feed

watchdog 0.3.1 → 0.3.2

raw patch · 2 files changed

+4/−4 lines, 2 filesdep ~mtl

Dependency ranges changed: mtl

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2012 - 2021, Jan Vornberger+Copyright (c) 2012 - 2023, Jan Vornberger All rights reserved.  Redistribution and use in source and binary forms, with or without
watchdog.cabal view
@@ -1,7 +1,7 @@ name:           watchdog-version:        0.3.1+version:        0.3.2 author:         Jan Vornberger <jan@uos.de>-copyright:      (c) 2012 - 2021 Jan Vornberger+copyright:      (c) 2012 - 2023 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.@@ -19,7 +19,7 @@ library     build-depends: base >= 4.9 && < 5                    , time >= 1.4 && < 1.13-                   , mtl >= 2.1 && < 2.3+                   , mtl >= 2.1 && < 2.4     exposed-modules: Control.Watchdog     ghc-options: -Wall     default-language: Haskell98