Changelog for
ghc-deriving-compat-0.5-1.1.x86_64.rpm :
* Mon Jul 09 2018 psimonsAATTsuse.com- Update deriving-compat to version 0.5. [#]## 0.5 [2018.07.01]
* Backport the changes to `GeneralizedNewtypeDeriving` and `DerivingVia` code generation from [Trac #15290](https://ghc.haskell.org/trac/ghc/ticket/15290). As a result, code generated by `deriveGND` or `deriveVia` now requires the `InstanceSigs` language extension. On the other hand, the generated code no longer requires the `ImpredicativeTypes` extension (unless any class methods use higher-rank types).
* Allow building with `containers-0.6` and `template-haskell-2.14`. [#]## 0.4.3 [2018.06.16]
* Fix a bug that caused debug-enabled GHC builds to panic when generating code from this library (see [Trac #15270](https://ghc.haskell.org/trac/ghc/ticket/15270)). The fix only affects the library\'s internals, so no changes are user-facing. [#]## 0.4.2 [2018.05.14]
* Backport the fixes for GHC Trac [#14364](https://ghc.haskell.org/trac/ghc/ticket/14364) and [#14918](https://ghc.haskell.org/trac/ghc/ticket/14918), which significantly improve the compliation times of derived `Read` instances.
* Wed Mar 14 2018 psimonsAATTsuse.com- Update deriving-compat to version 0.4.1 revision 1. A more detailed change log is not available.