Changelog for
ghc-extensible-0.4.10-1.1.x86_64.rpm :
* Wed Jul 11 2018 psimonsAATTsuse.com- Update extensible to version 0.4.10. A detailed changelog is not available from upstream.
* Tue Jul 10 2018 psimonsAATTsuse.com- Update extensible to version 0.4.9. 0.4.9 - ------------------------------------------------
* Generalised the `MonadIO` instance for `Eff` to `(MonadIO m, Associate \"IO\" m xs) => MonadIO (Eff xs)`
* Added `And :: (k -> Constraint) -> (k -> Constraint) -> k -> Constraint`
* Added `Semigroup` and `Monoid` instances for `Const\'`
* Added `stringAssocKey :: (IsString a, KnownSymbol (AssocKey kv)) => proxy kv -> a`
* Added a `Wrapper` instance for `Either e`
* Added instances of `Pretty` and `Lift`
* Added `hmapWithIndexFor`
* Fri Mar 16 2018 psimonsAATTsuse.com- Update extensible to version 0.4.8. A more detailed change log is not available.