cabal-version: >=1.10 -- Initial package description 'cli-arguments-strict.cabal' generated by 'cabal -- init'. For further documentation, see -- http://haskell.org/cabal/users-guide/ name: cli-arguments-strict version: 0.1.0.0 synopsis: A library to process command line arguments in some more convenient way. description: A strict version of the cli-arguments package. -- 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.Strict, CLI.Arguments.Parsing.Strict, CLI.Arguments.Arr.Strict, CLI.Arguments.Get.Strict, CLI.Arguments.Sorted.Strict -- other-modules: -- other-extensions: build-depends: base >=4.9 && <5 -- hs-source-dirs: default-language: Haskell2010