We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac3313a + 7796748 commit 7dca91fCopy full SHA for 7dca91f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Revision history for sensu-run
2
3
+## 0.6.0.2 -- 2018-09-12
4
+
5
+* Add source-repository stanza in the cabal file
6
7
## 0.6.0.1 -- 2018-09-11
8
9
* Relax upper version bound for network
sensu-run.cabal
@@ -1,5 +1,5 @@
name: sensu-run
-version: 0.6.0.1
+version: 0.6.0.2
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
@@ -54,3 +54,8 @@ executable sensu-run
54
build-depends: unix < 2.8
55
ghc-options: -Wall -threaded
56
default-language: Haskell2010
57
58
+source-repository head
59
+ type: git
60
+ branch: develop
61
+ location: https://github.com/maoe/sensu-run.git
0 commit comments