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.1.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 so that firstly the framed by some string delimiter is parsed, then the groups of arguments and then the rest single-field arguments. -- 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 -- other-modules: -- other-extensions: build-depends: base >=4.7 && <5 -- hs-source-dirs: default-language: Haskell2010