Prepare release (Fix cabal etc.)

pull/5/head
Lennart Spitzner 2017-05-16 21:03:57 +02:00
parent 12b886ad31
commit fb25b564ff
3 changed files with 17 additions and 9 deletions

View File

@ -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.

View File

@ -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

View File

@ -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"