summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2019-03-08Edit descriptionsdefanor
2018-01-03Prepare for a Hackage releasedefanor
Increase version to 0.1.1.0, update years and ChangeLog, don't call it a prototype. Further breaking changes should increase versions accordingly.
2017-12-20Remove Coalpit.IOdefanor
Better to focus on printing and parsing here, at least for now; besides, pipes are nice, but some may prefer other methods. The code is moved into an example instead.
2017-12-20Prepare for IOdefanor
DSV functions operate on individual lines now, unit type gets printed/parsed as nothing (handier for argument parsing to set '()' when there's none, and that's what it should be anyway).
2017-12-17Add DSV supportdefanor
2017-12-16Generate usage strings for help messagesdefanor
2017-12-04Introduce the omitNamedOptions optiondefanor
It is nice to omit them, but may lead to ambiguity -- so better to provide a safer option.
2017-12-04Be more strict on record selector name parsingdefanor
Ambiguity is possible if the parser accepts those optionally, so it should accept them depending on the provided options.
2017-12-04Make record selectors for mandatory arguments optionaldefanor
2017-12-03Add more instancesdefanor
2017-12-03Update README and Example.hsdefanor
2017-12-03Add testsdefanor
2017-12-02Use GHC.Generics instead of THdefanor
It's considerably cleaner and simpler with GHC.Generics. Megaparsec is also used now.
2016-11-25Initial commitdefanor