Skip to content

Commit c09dae5

Browse files
author
Mitsutoshi Aoe
committed
Merge branch 'release/v0.5.0.3'
2 parents 9495cea + 6059974 commit c09dae5

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Revision history for sensu-run
22

3+
## 0.5.0.3 -- 2018-07-07
4+
5+
* Relax upper version bound for lens
6+
* Update Stackage LTS to 11.16
7+
38
## 0.5.0.2 -- 2018-06-11
49

510
* Relax upper version bound for aeson

sensu-run.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sensu-run
2-
version: 0.5.0.2
2+
version: 0.5.0.3
33
synopsis: A tool to send command execution results to Sensu
44
description:
55
@sensu-run@ is a command line tool to send command execution results to Sensu
@@ -20,7 +20,7 @@ cabal-version: >= 1.10
2020
tested-with:
2121
GHC == 8.0.2
2222
GHC == 8.2.2
23-
GHC == 8.4.1
23+
GHC == 8.4.3
2424

2525
executable sensu-run
2626
main-is: sensu-run.hs
@@ -33,7 +33,7 @@ executable sensu-run
3333
, http-client >= 0.5.6 && < 0.6
3434
, http-client-tls < 0.4
3535
, http-types >= 0.9.1 && < 0.13
36-
, lens >= 4.15 && < 4.17
36+
, lens >= 4.15 && < 4.18
3737
, network >= 2.2.3 && < 2.8
3838
, optparse-applicative >= 0.12 && < 0.15
3939
, process >= 1.4 && < 1.7

stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-11.4
1+
resolver: lts-11.16
22
packages:
33
- '.'
44
extra-deps: []

0 commit comments

Comments
 (0)