AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- 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.