File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for sensu-run
2
2
3
+ ## 0.5.0.3 -- 2018-07-07
4
+
5
+ * Relax upper version bound for lens
6
+ * Update Stackage LTS to 11.16
7
+
3
8
## 0.5.0.2 -- 2018-06-11
4
9
5
10
* Relax upper version bound for aeson
Original file line number Diff line number Diff line change 1
1
name : sensu-run
2
- version : 0.5.0.2
2
+ version : 0.5.0.3
3
3
synopsis : A tool to send command execution results to Sensu
4
4
description :
5
5
@sensu-run@ is a command line tool to send command execution results to Sensu
@@ -20,7 +20,7 @@ cabal-version: >= 1.10
20
20
tested-with :
21
21
GHC == 8.0.2
22
22
GHC == 8.2.2
23
- GHC == 8.4.1
23
+ GHC == 8.4.3
24
24
25
25
executable sensu-run
26
26
main-is : sensu-run.hs
@@ -33,7 +33,7 @@ executable sensu-run
33
33
, http-client >= 0.5.6 && < 0.6
34
34
, http-client-tls < 0.4
35
35
, http-types >= 0.9.1 && < 0.13
36
- , lens >= 4.15 && < 4.17
36
+ , lens >= 4.15 && < 4.18
37
37
, network >= 2.2.3 && < 2.8
38
38
, optparse-applicative >= 0.12 && < 0.15
39
39
, process >= 1.4 && < 1.7
Original file line number Diff line number Diff line change 1
- resolver : lts-11.4
1
+ resolver : lts-11.16
2
2
packages :
3
3
- ' .'
4
4
extra-deps : []
You can’t perform that action at this time.
0 commit comments