packages feed

sensu-run 0.4.0.2 → 0.4.0.3

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~http-types

Dependency ranges changed: http-types

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for sensu-run +## 0.4.0.3 -- 2017-11-07++* Relax upper version bound for http-types+ ## 0.4.0.2 -- 2017-11-07  * Relax upper version bound for unix-compat
sensu-run.cabal view
@@ -1,5 +1,5 @@ name: sensu-run-version: 0.4.0.2+version: 0.4.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@@ -29,7 +29,7 @@     , bytestring >= 0.10 && < 0.11     , filepath >= 1.4.1 && < 1.5     , http-client >= 0.5.6 && < 0.6-    , http-types >= 0.9.1 && < 0.11+    , http-types >= 0.9.1 && < 0.12     , lens >= 4.15 && < 4.16     , network >= 2.2.3 && < 2.7     , optparse-applicative >= 0.12 && < 0.15