optparse-enum-1.0.0.0: optparse-enum.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.31.1.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1edbb8960fca27e15a838fc0c6126dd9e32eae42fc52781c0dc6d41e293521a7
name: optparse-enum
version: 1.0.0.0
synopsis: An enum-text based toolkit for optparse-applicative
description: Please see the README on GitHub at <https://github.com/cdornan/optparse-enum#readme>
category: System, CLI, Options, Parsing
homepage: https://github.com/cdornan/optparse-enum#readme
bug-reports: https://github.com/cdornan/optparse-enum/issues
author: Chris Dornan
maintainer: chris@chrisdornan.com
copyright: 2019 Chris Dornan
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/cdornan/optparse-enum
library
exposed-modules:
Text.Enum.Optparse
other-modules:
Paths_optparse_enum
hs-source-dirs:
src
ghc-options: -Wall
build-depends:
base >=4.8 && <10
, enum-text >=0.5.1.0
, fmt >=0.6
, optparse-applicative >=0.12
, text >=1.2.2.2
default-language: Haskell2010