Changelog for
ghc-distributive-devel-0.6-36.3.x86_64.rpm :
Sat Oct 20 14:00:00 2018 Peter Simons
- Use https URL to refer to bugs.opensuse.org.
Wed Jul 18 14:00:00 2018 psimonsAATTsuse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
Fri Jul 13 14:00:00 2018 psimonsAATTsuse.com
- Update distributive to version 0.6.
0.6 [2018.07.02]
- ---------------
* Remove `fmapCollect`. (See
[here](https://github.com/ekmett/distributive/commit/1020655f15714514048d0dc842ffe4adcec89a7b)
for an explanation of why it was removed.)
* Avoid incurring some dependencies when using recent GHCs.
Mon May 14 14:00:00 2018 psimonsAATTsuse.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 13:00:00 2017 psimonsAATTsuse.com
- Update to version 0.5.2 revision 2 with cabal2obs.
Mon Jan 9 13:00:00 2017 psimonsAATTsuse.com
- Update to version 0.5.1 with cabal2obs.
Sun Jul 10 14:00:00 2016 psimonsAATTsuse.com
- Update to version 0.5.0.2 revision 0 with cabal2obs.
Tue Jan 26 13:00:00 2016 mimi.vxAATTgmail.com
- update to 0.5.0.2
* Added flags for removing some dependencies.
* upport doctests when building to non-standard locations (such as when using stack.)
* Support base-orphans
Thu May 21 14:00:00 2015 mimi.vxAATTgmail.com
- correct licence to BSD-2-Clause
Sun Apr 26 14:00:00 2015 mimi.vxAATTgmail.com
- initial commit