packages feed

cli-arguments-0.7.0.0: cli-arguments.cabal

cabal-version:       >=1.10
-- Initial package description 'cli-arguments.cabal' generated by 'cabal
-- init'.  For further documentation, see
-- http://haskell.org/cabal/users-guide/

name:                cli-arguments
version:             0.7.0.0
synopsis:            A library to process command line arguments in some more convenient way.
description:         Uses three types of the command line arguments and order of their parsing. All groups usually are not nested one into the others (but using the sequence of parsing functions, you can parse also nested structures as well).
-- bug-reports:
license:             MIT
license-file:        LICENSE
author:              OleksandrZhabenko
maintainer:          oleksandr.zhabenko@yahoo.com
copyright:           Oleksandr Zhabenko
category:            CLI
build-type:          Simple
extra-source-files:  CHANGELOG.md

library
  exposed-modules:     CLI.Arguments, CLI.Arguments.Parsing, CLI.Arguments.Arr, CLI.Arguments.Get, CLI.Arguments.Sorted
  -- other-modules:
  other-extensions:    NoImplicitPrelude
  build-depends:       base >=4.13 && <5
  -- hs-source-dirs:
  default-language:    Haskell2010