AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update microlens to version 0.4.13.1 revision 1. [#] 0.4.13.0 * Added `_Show`, `worded`, and `lined`.
- disable %{ix86} build
- Update to version 0.4.5.0 revision 0 with cabal2obs.
- update to 0.4.5.0 * Added <&> (which makes lens creation easier).
- update to 0.4.4.3 * Fixed markup in the .cabal file. * Added descriptions of other packages to Lens.Micro.
- update to 0.4.4.2 * More changes to make microlens-platform more prominent.
- update to 0.4.4.1 * Pointed to microlens-platform in the synopsis.
- update to 0.4.4.0 * Added mapAccumLOf.
- update to 0.4.3.0 * Added ?~.
- package ghc-microlens updated by st2obs
- package ghc-microlens updated by st2obs
- ghc-microlens generated by st2obs scritpt
- disable %{ix86} build
- 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`.
- Replace %setup -q with the more modern %autosetup macro.
- Add microlens at version 0.4.11.2.
- Extend the %description.
- Drop obsolete group attributes.
- Update microlens to version 0.4.11.2. [#] 0.4.11.2 * Fixed compilation on GHC 8.8 (thanks to @vmchale).
- 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).
- 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
- Apply Jan Engelhardt's improvements to the description.
- 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
- Use https URL to refer to bugs.opensuse.org.
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
- 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.