Changelog for d10-0.2.0.1
v0.1.0.0
- Initial release
v0.1.0.1
- Improve error messages when quasi-quoters are used in a non-expression context
v0.1.1.0
- Add functions for generating Template Haskell expressions to be spliced, as alternatives to using the quasi-quoters
v0.2.0.0
- Add Template Haskell splice patterns
d10Patandd10ListPat - Define
quotePatfor the quasi-quotersd10andd10list, so they can now be used with pattern matching - Add
Integral aconstraint tod10andd10listin theData.D10.Nummodule, because this is needed for the definition ofquotePat.
v0.2.0.1
- Add
CHANGELOG.mdto package distribution