sensu-run 0.6.0.1 → 0.6.0.2
raw patch · 2 files changed
+10/−1 lines, 2 files
Files
- CHANGELOG.md +4/−0
- sensu-run.cabal +6/−1
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for sensu-run +## 0.6.0.2 -- 2018-09-12++* Add source-repository stanza in the cabal file+ ## 0.6.0.1 -- 2018-09-11 * Relax upper version bound for network
sensu-run.cabal view
@@ -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 @@ build-depends: unix < 2.8 ghc-options: -Wall -threaded default-language: Haskell2010++source-repository head+ type: git+ branch: develop+ location: https://github.com/maoe/sensu-run.git