From 54f3089aed32c7b8817215bbbc5221640abb66fe Mon Sep 17 00:00:00 2001 From: Mitsutoshi Aoe Date: Tue, 30 Jul 2019 09:35:01 +0900 Subject: [PATCH 1/3] Relax upper version bound for optparse-applicative --- sensu-run.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensu-run.cabal b/sensu-run.cabal index a889663..85d52bc 100644 --- a/sensu-run.cabal +++ b/sensu-run.cabal @@ -37,7 +37,7 @@ executable sensu-run , http-types >= 0.9.1 && < 0.13 , lens >= 4.15 && < 4.18 , network >= 2.2.3 && < 3.2 - , optparse-applicative >= 0.12 && < 0.15 + , optparse-applicative >= 0.12 && < 0.16 , process >= 1.6.3.0 && < 1.7 , temporary >= 1.1 && < 1.4 , text >= 1.2.2 && < 1.3 From eac4d72089bf16e10f159104f3606cfe8b04eb06 Mon Sep 17 00:00:00 2001 From: Mitsutoshi Aoe Date: Tue, 30 Jul 2019 09:35:16 +0900 Subject: [PATCH 2/3] Regenerate .travis.yml --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5f39f5d..29eed35 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ # # For more information, see https://github.com/haskell-CI/haskell-ci # -# version: 0.3.20190521 +# version: 0.3.20190624 # language: c dist: xenial @@ -87,6 +87,7 @@ install: - | echo "verbose: normal +nowrap +markoutput" >> $CABALHOME/config echo "remote-build-reporting: anonymous" >> $CABALHOME/config + echo "write-ghc-environment-files: always" >> $CABALHOME/config echo "remote-repo-cache: $CABALHOME/packages" >> $CABALHOME/config echo "logs-dir: $CABALHOME/logs" >> $CABALHOME/config echo "world-file: $CABALHOME/world" >> $CABALHOME/config @@ -102,7 +103,6 @@ install: - | if $GHCHEAD; then echo "allow-newer: $($HCPKG list --simple-output | sed -E 's/([a-zA-Z-]+)-[0-9.]+/*:\1/g')" >> $CABALHOME/config - echo "repository head.hackage" >> $CABALHOME/config echo " url: http://head.hackage.haskell.org/" >> $CABALHOME/config echo " secure: True" >> $CABALHOME/config @@ -120,7 +120,6 @@ install: - | echo 'packages: "."' >> cabal.project - | - echo "write-ghc-environment-files: always" >> cabal.project - "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(sensu-run)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done" - cat cabal.project || true - cat cabal.project.local || true @@ -144,7 +143,6 @@ script: - | echo 'packages: "sensu-run-*/*.cabal"' >> cabal.project - | - echo "write-ghc-environment-files: always" >> cabal.project - "for pkg in $($HCPKG list --simple-output); do echo $pkg | sed 's/-[^-]*$//' | (grep -vE -- '^(sensu-run)$' || true) | sed 's/^/constraints: /' | sed 's/$/ installed/' >> cabal.project.local; done" - cat cabal.project || true - cat cabal.project.local || true From 9684298b0084abb8d65db3b235e375bdc921a85d Mon Sep 17 00:00:00 2001 From: Mitsutoshi Aoe Date: Tue, 20 Aug 2019 09:19:28 +0900 Subject: [PATCH 3/3] Prepare for v0.7.0.3 --- CHANGELOG.md | 4 ++++ sensu-run.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6308d4..93a8e3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for sensu-run +## 0.7.0.3 -- 2019-08-20 + +* Relax upper version bound for optparse-applicative + ## 0.7.0.2 -- 2019-06-18 * Fix redundant newline at the beginning of the cabal file diff --git a/sensu-run.cabal b/sensu-run.cabal index 85d52bc..971d8b0 100644 --- a/sensu-run.cabal +++ b/sensu-run.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: sensu-run -version: 0.7.0.2 +version: 0.7.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