From d08b962fb94f2bce1533fba88179a3cc8e28940de5a9fed7aa01311b0abc321a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 May 2018 18:23:43 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-distributive revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=25 --- ghc-distributive.changes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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