Skip to content

Commit

Permalink
Merge branch 'release/v0.5.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitsutoshi Aoe committed Jul 6, 2018
2 parents 9495cea + 6059974 commit c09dae5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions sensu-run.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -20,7 +20,7 @@ cabal-version: >= 1.10
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
Expand All @@ -33,7 +33,7 @@ executable sensu-run
, 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
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-11.4
resolver: lts-11.16
packages:
- '.'
extra-deps: []
Expand Down

0 comments on commit c09dae5

Please sign in to comment.