sensu-run 0.7.0.4 → 0.7.0.5
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~lens
Dependency ranges changed: lens
Files
- CHANGELOG.md +4/−0
- sensu-run.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for sensu-run +## 0.7.0.5 -- 2020-02-10++* Relax upper version bound for lens+ ## 0.7.0.4 -- 2019-01-07 * Relax upper version bounds for base and lens
sensu-run.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: sensu-run-version: 0.7.0.4+version: 0.7.0.5 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.4.4 GHC == 8.6.5- GHC == 8.8.1+ GHC == 8.8.2 executable sensu-run main-is: sensu-run.hs@@ -35,7 +35,7 @@ , http-client >= 0.5.6 && < 0.7 , http-client-tls < 0.4 , http-types >= 0.9.1 && < 0.13- , lens >= 4.15 && < 4.19+ , lens >= 4.15 && < 4.20 , network >= 2.2.3 && < 3.2 , optparse-applicative >= 0.12 && < 0.16 , process >= 1.6.3.0 && < 1.7