packages feed

unjson-0.15.0.0: CHANGELOG.md

# unjson-0.15.0.0 (2018-02-22)
* Breaking change: Unjson definitions now require the underlying types
  to have Typeable instances ([#6](https://github.com/scrive/unjson/pull/6)).
* Added a way to automatically derive Unjson definitions for
  parameterless sum types (`enumUnjsonDef`) ([#7](https://github.com/scrive/unjson/pull/7)).
* Dropped support for GHC < 7.8.