Skip to content

Commit

Permalink
Update from Hackage at 2019-12-15T00:34:57Z
Browse files Browse the repository at this point in the history
  • Loading branch information
all-cabal-tool committed Dec 15, 2019
1 parent bdff16e commit b1272f8
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
44 changes: 44 additions & 0 deletions cli-setup/0.2.1.3/cli-setup.cabal
@@ -0,0 +1,44 @@
cabal-version: 1.18
name: cli-setup
version: 0.2.1.3
license: BSD3
license-file: LICENSE
copyright: Copyright: (c) 2018-2019 Vanessa McHale
maintainer: vamchale@gmail.com
author: Vanessa McHale
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
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
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base >=4.6 && <5,
directory -any,
process >=1.4.0.0

if flag(development)
ghc-options: -Werror

if impl(ghc >=8.0)
ghc-options:
-Wincomplete-uni-patterns -Wincomplete-record-updates -Wcompat
1 change: 1 addition & 0 deletions cli-setup/0.2.1.3/cli-setup.json
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"3efcd4ab2c2e9670ccaf7f2e04f4f698","Skein512_512":"a65455442b3544fc004a7adfb755001981aee3a2e40fa535028de6e75a11e60a9a74f181d1d7aba45d321dc668ad1d684baaad70960bfb2451f7b888f9e62e9f","SHA1":"f884880da57294cf304a7768b1eb1c4adeaac077","SHA512":"43519d103d11781d51a786a04e8d9bb151edd3717628091106815efe14a79f79ccb8aa1245ead97a3fc895c059c42f65f56733e0d31077eec46009e41448585d","SHA256":"3be42fbb334b7314762b576fccbb6121a9f5c779dc1bd7784494727c375f0718"},"package-locations":["https://hackage.haskell.org/package/cli-setup-0.2.1.3/cli-setup-0.2.1.3.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/cli-setup-0.2.1.3.tar.gz"],"package-size":3424}

0 comments on commit b1272f8

Please sign in to comment.