Package Release Info

ghc-microlens-0.4.12.0-bp155.2.16

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-microlens
ghc-microlens-devel

Change Logs

* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
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.