We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dca91f + 19f39e8 commit 201520bCopy full SHA for 201520b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Revision history for sensu-run
2
3
+## 0.6.0.3 -- 2018-11-06
4
+
5
+* Relax upper version bound for base
6
7
## 0.6.0.2 -- 2018-09-12
8
9
* Add source-repository stanza in the cabal file
sensu-run.cabal
@@ -1,5 +1,5 @@
name: sensu-run
-version: 0.6.0.2
+version: 0.6.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
@@ -27,7 +27,7 @@ executable sensu-run
27
build-depends:
28
aeson >= 0.11 && < 1.5
29
, async < 2.3
30
- , base >= 4.9 && < 4.12
+ , base >= 4.9 && < 4.13
31
, bytestring >= 0.10 && < 0.11
32
, directory < 1.4
33
, filelock < 0.2
0 commit comments