sensu-run 0.7.0.2 → 0.7.0.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~optparse-applicative
Dependency ranges changed: optparse-applicative
Files
- CHANGELOG.md +4/−0
- sensu-run.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for sensu-run +## 0.7.0.3 -- 2019-08-20++* Relax upper version bound for optparse-applicative+ ## 0.7.0.2 -- 2019-06-18 * Fix redundant newline at the beginning of the cabal file
sensu-run.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: sensu-run-version: 0.7.0.2+version: 0.7.0.3 synopsis: A tool to send command execution results to Sensu description: @sensu-run@ is a command line tool to send command execution results to Sensu@@ -37,7 +37,7 @@ , http-types >= 0.9.1 && < 0.13 , lens >= 4.15 && < 4.18 , network >= 2.2.3 && < 3.2- , optparse-applicative >= 0.12 && < 0.15+ , optparse-applicative >= 0.12 && < 0.16 , process >= 1.6.3.0 && < 1.7 , temporary >= 1.1 && < 1.4 , text >= 1.2.2 && < 1.3