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
This commit is contained in:
Peter Simons 2018-05-15 18:23:43 +00:00 committed by Git OBS Bridge
parent 29bdf87651
commit d08b962fb9

View File

@ -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