summaryrefslogtreecommitdiff
path: root/coalpit.cabal
AgeCommit message (Collapse)Author
2024-01-27Rewrite, version 0.2: use Parsec, focus on DSVdefanor
2019-03-19Handle types with more than 3 constructorsdefanor
Particularly ((a :+: b) :+: (c :+: d)) combinations.
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.
2018-01-02Fix a typodefanor
2018-01-02Test with GHC 8.2.2defanor
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-20Add Coalpit.IOdefanor
2017-12-19Reorganize the modulesdefanor
2017-12-17Add DSV supportdefanor
2017-12-16Add the 'handleRecCon' functiondefanor
Abstract the code with it.
2017-12-16Add more instancesdefanor
2017-12-16Move parsing helpers into Coalpit.Parsingdefanor
2017-12-16Add more instancesdefanor
Numeric and date/time types.
2017-12-16Refactordefanor
- Unify the naming - Merge all the classes into one
2017-12-04Add package descriptiondefanor
2017-12-04Add source-repository and bug-reports into coalpit.cabaldefanor
2017-12-03Refactordefanor
Add annotations, fix -Wall warnings, lint, etc.
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