sensu-run 0.4.0.3 → 0.4.0.4
raw patch · 3 files changed
+17/−7 lines, 3 filesdep ~http-typesdep ~lensdep ~time
Dependency ranges changed: http-types, lens, time
Files
- CHANGELOG.md +4/−0
- README.md +8/−2
- sensu-run.cabal +5/−5
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for sensu-run +## 0.4.0.4 -- 2018-01-30++* Relax upper version bound for http-types, lens and time+ ## 0.4.0.3 -- 2017-11-07 * Relax upper version bound for http-types
README.md view
@@ -1,6 +1,7 @@ # sensu-run [](http://hackage.haskell.org/package/sensu-run) [](http://packdeps.haskellers.com/feed?needle=sensu-run)+[](http://stackage.org/lts/package/sensu-run) [](http://stackage.org/nightly/package/sensu-run) [](https://travis-ci.org/maoe/sensu-run) [](https://ci.appveyor.com/project/maoe/sensu-run/branch/master)@@ -9,10 +10,15 @@ ## Installation -Install [stack](https://docs.haskellstack.org/en/stable/README/).+Binary releases are available at [GitHub Releases](https://github.com/maoe/sensu-run/releases). Currently supported platforms for the binary releases are: +* Ubuntu (64bit)+* macOS+* Windows (x64)++You can also build it yourself using [stack](https://docs.haskellstack.org/en/stable/README/): ```sh-stack install --resolver=nightly sensu-run+stack install sensu-run ``` will install the `sensu-run` command in `~/.local/bin`.
sensu-run.cabal view
@@ -1,5 +1,5 @@ name: sensu-run-version: 0.4.0.3+version: 0.4.0.4 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@@ -8,7 +8,7 @@ license-file: LICENSE author: Mitsutoshi Aoe maintainer: maoe@foldr.in-copyright: Copyright (C) 2016-2017 Mitsutoshi Aoe+copyright: Copyright (C) 2016-2018 Mitsutoshi Aoe homepage: https://github.com/maoe/sensu-run#readme bug-reports: https://github.com/maoe/sensu-run/issues category: System@@ -29,14 +29,14 @@ , bytestring >= 0.10 && < 0.11 , filepath >= 1.4.1 && < 1.5 , http-client >= 0.5.6 && < 0.6- , http-types >= 0.9.1 && < 0.12- , lens >= 4.15 && < 4.16+ , http-types >= 0.9.1 && < 0.13+ , lens >= 4.15 && < 4.17 , network >= 2.2.3 && < 2.7 , optparse-applicative >= 0.12 && < 0.15 , process >= 1.4 && < 1.7 , temporary >= 1.1 && < 1.3 , text >= 1.2.2 && < 1.3- , time >= 1.5.0.1 && < 1.9+ , time >= 1.5.0.1 && < 1.10 , unix-compat < 0.6 , vector >= 0.11 && < 0.13 , wreq >= 0.5.0 && < 0.6