- Use hcat instead of <> in Codec.RPM.Types (#31).
- Various changes for running hlint and hpc-coveralls in tests.
- Fix -Wmissing-home-modules warnings.
- Allow newer versions of conduit, conduit-extra, lzma-conduit, and resourcet.
- Relax minimum requirements on exceptions, HUnit, and text to fit better with what is shipped in Fedora.
- Remove the unused requirement on conduit-combinators.
- payloadContentsC now wants an instance of MonadThrow.
- Move parseC into a new Conduit module.
- Add payloadC and payloadContentsC.
- parseRPMC should return a ParseError on error.
- Derive Ord for DepRequirement.
- Relax overly strict conduit-extra and text requirements.
- Relax overly strict attoparsec requirement.
- Initial release.