cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack -- -- hash: 6ce6584306ef7fb6046021223374ce8b7197808dc782644a56e920519b05ee85 name: uniform-cmdLineArgs version: 0.1.5.1 synopsis: a convenient handling of command line arguments description: deals with the command line arguments and fills with decent defaults category: CmdLineArgs homepage: https://github.com/andrewufrank/u4blog.git#readme bug-reports: https://github.com/andrewufrank/u4blog.git/issues author: Andrew Frank maintainer: Andrew U. Frank copyright: 2021 Andrew U. Frank license: GPL license-file: GPL_3 build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/andrewufrank/u4blog.git subdir: uniform-cmdLineArgs library exposed-modules: CmdLineArgsExample Uniform.CmdLineArgs other-modules: Paths_uniform_cmdLineArgs hs-source-dirs: src build-depends: base >=4.7 && <5 , monads-tf , optparse-applicative , uniformBase >=0.1.5 default-language: Haskell2010