diff --git a/ghc-distributive.changes b/ghc-distributive.changes index 0a64296..9bcedbb 100644 --- a/ghc-distributive.changes +++ b/ghc-distributive.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon May 14 17:02:11 UTC 2018 - psimons@suse.com + +- Update distributive to version 0.5.3 revision 5. + * Support `doctest-0.12` + * Revamp `Setup.hs` to use `cabal-doctest`. This makes `distributive` build + with `Cabal-1.25`, and makes the `doctest`s work with `cabal new-build` and + sandboxes. + * Fix bugs in `Data.Distributive.Generic` that cause generic `Distributive` + instances not to work properly for datatypes with recursive types + * Add `genericCollect` to `Data.Distributive.Generic`, and switch the underlying + machinery in that module to work on a `collect`-like method instead of a + `distribute`-like one + * Add a test suite for regression-testing `Data.Distributive.Generic` + ------------------------------------------------------------------- Sun Feb 5 19:32:22 UTC 2017 - psimons@suse.com