Package Release Info

ghc-microlens-0.4.10-bp151.1.12

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-microlens
ghc-microlens-devel

Change Logs

* 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.