sensu-run 0.5.0.1 → 0.5.0.2
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~aeson
Dependency ranges changed: aeson
Files
- CHANGELOG.md +4/−0
- sensu-run.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for sensu-run +## 0.5.0.2 -- 2018-06-11++* Relax upper version bound for aeson+ ## 0.5.0.1 -- 2018-04-30 * Relax upper version bound for network and fix a warning
sensu-run.cabal view
@@ -1,5 +1,5 @@ name: sensu-run-version: 0.5.0.1+version: 0.5.0.2 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@@ -25,7 +25,7 @@ executable sensu-run main-is: sensu-run.hs build-depends:- aeson >= 0.11 && < 1.4+ aeson >= 0.11 && < 1.5 , async < 2.3 , base >= 4.9 && < 4.12 , bytestring >= 0.10 && < 0.11