packages feed

simple-cmd-args-0.1.2: CHANGELOG.md

# Changelog

`simple-cmd-args` uses [PVP Versioning](https://pvp.haskell.org).

## 0.1.2
- add flagWith and flagWith'
- export Parser, auto, optional

## 0.1.1
- add switchWith, strOptionWith, optionWith, optionalWith,
  strOptionalWith, argumentWith
- export simpleCmdArgsWithMods

## 0.1.0.1
- fix and improve haddock documentation

## 0.1.0
- Initial release with subcommands and option Mod functions