Skip to content

Commit

Permalink
Merge branch 'release/v0.7.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
maoe committed Aug 20, 2019
2 parents af3deb1 + 9684298 commit 85fa214
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions sensu-run.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 85fa214

Please sign in to comment.