Skip to content

Commit 7dca91f

Browse files
author
Mitsutoshi Aoe
committed
Merge branch 'hotfix/v0.6.0.2'
2 parents ac3313a + 7796748 commit 7dca91f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 0.6.0.2 -- 2018-09-12
4+
5+
* Add source-repository stanza in the cabal file
6+
37
## 0.6.0.1 -- 2018-09-11
48

59
* Relax upper version bound for network

sensu-run.cabal

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sensu-run
2-
version: 0.6.0.1
2+
version: 0.6.0.2
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
@@ -54,3 +54,8 @@ executable sensu-run
5454
build-depends: unix < 2.8
5555
ghc-options: -Wall -threaded
5656
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

Comments
 (0)