packages feed

Cabal revisions of cli-setup-0.2.0.5

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version: 1.18-name: cli-setup-version: 0.2.0.5-license: BSD3-license-file: LICENSE-copyright: Copyright: (c) 2018 Vanessa McHale-maintainer: vamchale@gmail.com-author: Vanessa McHale-homepage: https://github.com/vmchale/cli-setup#readme-synopsis: Helper setup scripts for packaging command-line tools.-description:-    Provides functions to set up manpages and shell completions. Intended to be used in the @Setup.hs@ module.-category: Development, Command Line Tools-build-type: Simple-extra-source-files:-    cabal.project.local-    py/optparse-applicative.py-    cbits/*.c-extra-doc-files: README.md-                 CHANGELOG.md--source-repository head-    type: darcs-    location: https://hub.darcs.net/vmchale/cli-setup--flag development-    description:-        Enable `-Werror`-    default: False-    manual: True--library-    exposed-modules:-        Distribution.CommandLine-    c-sources:-        cbits/optparse-applicative.c-    hs-source-dirs: src-    default-language: Haskell2010-    ghc-options: -Wall-    build-depends:-        base >=4.6 && <5,-        directory -any,-        process >=1.4.0.0,-        bytestring -any-    -    if flag(development)-        ghc-options: -Werror-    -    if impl(ghc >=8.0)-        ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates-                     -Wcompat+cabal-version: 1.18
+name: cli-setup
+version: 0.2.0.5
+x-revision: 1
+license: BSD3
+license-file: LICENSE
+copyright: Copyright: (c) 2018 Vanessa McHale
+maintainer: vamchale@gmail.com
+author: Vanessa McHale
+homepage: https://github.com/vmchale/cli-setup#readme
+synopsis: Helper setup scripts for packaging command-line tools.
+description:
+    Provides functions to set up manpages and shell completions. Intended to be used in the @Setup.hs@ module.
+category: Development, Command Line Tools
+build-type: Simple
+extra-source-files:
+    cabal.project.local
+    py/optparse-applicative.py
+    cbits/*.c
+extra-doc-files: README.md
+                 CHANGELOG.md
+
+source-repository head
+    type: darcs
+    location: https://hub.darcs.net/vmchale/cli-setup
+
+flag development
+    description:
+        Enable `-Werror`
+    default: False
+    manual: True
+
+library
+    exposed-modules:
+        Distribution.CommandLine
+    c-sources:
+        cbits/optparse-applicative.c
+    hs-source-dirs: src
+    default-language: Haskell2010
+    ghc-options: -Wall
+    build-depends:
+        base >=5 && <5,
+        directory -any,
+        process >=1.4.0.0,
+        bytestring -any
+    
+    if flag(development)
+        ghc-options: -Werror
+    
+    if impl(ghc >=8.0)
+        ghc-options: -Wincomplete-uni-patterns -Wincomplete-record-updates
+                     -Wcompat