optparse-text-0.1.1.0: optparse-text.cabal
-- This file has been generated from package.yaml by hpack version 0.14.0.
--
-- see: https://github.com/sol/hpack
name: optparse-text
version: 0.1.1.0
synopsis: Data.Text helpers for optparse-applicative
description: Please see README.md
category: Development
homepage: https://github.com/passy/optparse-text#readme
bug-reports: https://github.com/passy/optparse-text/issues
author: Pascal Hartig
maintainer: Pascal Hartig <i@passy.me>
license: BSD3
license-file: LICENSE
tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
stack.yaml
source-repository head
type: git
location: https://github.com/passy/optparse-text
library
hs-source-dirs:
src
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unused-do-bind
build-depends:
base >= 4.6 && < 5
, optparse-applicative
, text
exposed-modules:
Options.Applicative.Text
other-modules:
Paths_optparse_text
default-language: Haskell2010
test-suite spec
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -Wall -fwarn-tabs -fwarn-incomplete-record-updates -fwarn-monomorphism-restriction -fwarn-unused-do-bind -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >= 4.6 && < 5
, optparse-applicative
, text
, optparse-text
, hspec
default-language: Haskell2010