cli-arguments-0.5.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.5.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. Usually firstly the framed by some string delimiter (the different ones) are parsed, then the groups of arguments and then the rest single-field arguments. All these groups must be not nested one into the others.
-- bug-reports:
license: MIT
license-file: LICENSE
author: OleksandrZhabenko
maintainer: olexandr543@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
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <5
-- hs-source-dirs:
default-language: Haskell2010