sensu-run 0.5.0.2 → 0.5.0.3
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~lens
Dependency ranges changed: lens
Files
- CHANGELOG.md +5/−0
- sensu-run.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for sensu-run +## 0.5.0.3 -- 2018-07-07++* Relax upper version bound for lens+* Update Stackage LTS to 11.16+ ## 0.5.0.2 -- 2018-06-11 * Relax upper version bound for aeson
sensu-run.cabal view
@@ -1,5 +1,5 @@ name: sensu-run-version: 0.5.0.2+version: 0.5.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@@ -20,7 +20,7 @@ tested-with: GHC == 8.0.2 GHC == 8.2.2- GHC == 8.4.1+ GHC == 8.4.3 executable sensu-run main-is: sensu-run.hs@@ -33,7 +33,7 @@ , http-client >= 0.5.6 && < 0.6 , http-client-tls < 0.4 , http-types >= 0.9.1 && < 0.13- , lens >= 4.15 && < 4.17+ , lens >= 4.15 && < 4.18 , network >= 2.2.3 && < 2.8 , optparse-applicative >= 0.12 && < 0.15 , process >= 1.4 && < 1.7