* Tue Mar 14 2017 psimons@suse.com
- Update to version 0.4.8.0 with cabal2obs.
* Wed Aug 17 2016 psimons@suse.com
- Update to version 0.4.7.0 revision 0 with cabal2obs.
* Mon Aug 01 2016 psimons@suse.com
- Update to version 0.4.6.0 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.4.5.0 revision 0 with cabal2obs.
* Sun Jul 03 2016 mimi.vx@gmail.com
- update to 0.4.5.0
* Added <&> (which makes lens creation easier).
* Sun Jun 12 2016 mimi.vx@gmail.com
- update to 0.4.4.3
* Fixed markup in the .cabal file.
* Added descriptions of other packages to Lens.Micro.
* Sat Jun 11 2016 mimi.vx@gmail.com
- update to 0.4.4.2
* More changes to make microlens-platform more prominent.
* Fri Jun 10 2016 mimi.vx@gmail.com
- update to 0.4.4.1
* Pointed to microlens-platform in the synopsis.
* Tue May 24 2016 mimi.vx@gmail.com
- update to 0.4.4.0
* Added mapAccumLOf.
* Thu May 05 2016 mimi.vx@gmail.com
- update to 0.4.3.0
* Added ?~.
* Sun Apr 17 2016 mimi.vx@gmail.com
- package ghc-microlens updated by st2obs
* Mon Feb 22 2016 mimi.vx@gmail.com
- package ghc-microlens updated by st2obs
* Sat Feb 13 2016 mimi.vx@gmail.com
- ghc-microlens generated by st2obs scritpt
Version: 0.4.12.0-bp154.1.12
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Nov 17 2020 psimons@suse.com
- Update microlens to version 0.4.12.0.
[#] 0.4.12.0
* Added instance `Ixed (NonEmpty a)` for GHC >= 8.
[#] 0.4.11.3
* Exported a `coerce` compatibility shim from `Lens.Micro.Internal`.
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 09 2020 psimons@suse.com
- Add microlens at version 0.4.11.2.
Version: 0.4.11.2-bp152.1.16
* Wed Jan 01 2020 Peter Simons <psimons@suse.com>
- Extend the %description.
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Sat Jul 06 2019 psimons@suse.com
- Update microlens to version 0.4.11.2.
[#] 0.4.11.2
* Fixed compilation on GHC 8.8 (thanks to @vmchale).
* Fri Jun 21 2019 psimons@suse.com
- Update microlens to version 0.4.11.1.
[#] 0.4.11.1
* Reverted marking `Lens.Micro.Internal` as `Trustworthy`, see [#122](https://github.com/monadfix/microlens/issues/122).
* Wed Jun 19 2019 psimons@suse.com
- Update microlens to version 0.4.11.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/microlens-0.4.11/src/CHANGELOG.md
Version: 0.4.10-bp151.1.12
* Fri Dec 14 2018 Peter Simons <psimons@suse.com>
- Apply Jan Engelhardt's improvements to the description.
* Sun Nov 04 2018 psimons@suse.com
- Update microlens to version 0.4.10.
Upstream has edited the change log file since the last release in
a non-trivial way, i.e. they did more than just add a new entry
at the top. You can review the file at:
http://hackage.haskell.org/package/microlens-0.4.10/src/CHANGELOG.md
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Wed Jul 18 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
* Mon May 14 2018 psimons@suse.com
- Update microlens to version 0.4.9.1.
* Reexported `<&>` from `Data.Functor` (on recent versions of `base`).
* Added `<>~`.
* Added fixities for `<%~`, `<<%~`, `<<.~`.
* Fixed compilation on GHC 8.4.
* Added `HasCallStack` for some partial functions.