diff --git a/ChangeLog.md b/ChangeLog.md index dcd5b7e..7367968 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,5 @@ # Revision history for cmdparse-applicative -## 0.1.0.0 -- YYYY-mm-dd +## 1.2.0.0 -- May 2017 * First version. Released on an unsuspecting world. diff --git a/butcher.cabal b/butcher.cabal index cc41b60..bc1edbd 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -1,20 +1,29 @@ name: butcher -version: 1.0.0.0 --- synopsis: --- description: +version: 1.1.0.0 license: BSD3 license-file: LICENSE author: Lennart Spitzner maintainer: lsp@informatik.uni-kiel.de --- copyright: --- category: +copyright: Copyright (C) 2016-2017 Lennart Spitzner +category: UI build-type: Simple +synopsis: Chops a command or program invocation into digestable pieces. +description: See the README. +Stability: experimental + extra-source-files: { ChangeLog.md srcinc/prelude.inc + README.md } + cabal-version: >=1.10 +source-repository head { + type: git + location: git@github.com:lspitzner/butcher.git +} + flag butcher-dev description: dev options default: False @@ -31,8 +40,6 @@ library UI.Butcher.Monadic.BuiltinCommands other-modules: UI.Butcher.Monadic.Internal.Types UI.Butcher.Monadic.Internal.Core - -- other-modules: - -- other-extensions: build-depends: { base >=4.8 && <4.10 , free diff --git a/iridium.yaml b/iridium.yaml index d76ef79..78ae85f 100644 --- a/iridium.yaml +++ b/iridium.yaml @@ -24,7 +24,7 @@ checks: - compiler: "ghc" version: "7.10.3" - compiler: "ghc" - version: "8.0.1" + version: "8.0.2" compilers-help: | for this to work, cabal will need the paths to the actual compilers to be configured; see the note about the user-global @@ -77,6 +77,7 @@ repository: display-current-branch: True push-remote: enabled: True + remote-name: lspitzner remote-name-help: | the "remote" configured in git to push the release/tag to. remote-name: "origin"