parent
ece1412364
commit
0044c7561e
|
@ -1,5 +1,7 @@
|
||||||
name: butcher
|
name: butcher
|
||||||
version: 1.1.0.0
|
version: 1.1.0.0
|
||||||
|
synopsis: Chops a command or program invocation into digestable pieces.
|
||||||
|
description: See the README (it is properly formatted on github)
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Lennart Spitzner
|
author: Lennart Spitzner
|
||||||
|
@ -7,21 +9,19 @@ maintainer: lsp@informatik.uni-kiel.de
|
||||||
copyright: Copyright (C) 2016-2017 Lennart Spitzner
|
copyright: Copyright (C) 2016-2017 Lennart Spitzner
|
||||||
category: UI
|
category: UI
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
synopsis: Chops a command or program invocation into digestable pieces.
|
|
||||||
description: See the README.
|
|
||||||
Stability: experimental
|
Stability: experimental
|
||||||
|
|
||||||
extra-source-files: {
|
extra-source-files: {
|
||||||
ChangeLog.md
|
ChangeLog.md
|
||||||
srcinc/prelude.inc
|
srcinc/prelude.inc
|
||||||
README.md
|
README.md
|
||||||
}
|
}
|
||||||
|
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
|
homepage: https://github.com/lspitzner/butcher/
|
||||||
|
bug-reports: https://github.com/lspitzner/butcher/issues
|
||||||
|
|
||||||
source-repository head {
|
source-repository head {
|
||||||
type: git
|
type: git
|
||||||
location: git@github.com:lspitzner/butcher.git
|
location: https://github.com/lspitzner/butcher.git
|
||||||
}
|
}
|
||||||
|
|
||||||
flag butcher-dev
|
flag butcher-dev
|
||||||
|
|
Loading…
Reference in New Issue