AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- disable %{ix86} build
- Replace %setup -q with the more modern %autosetup macro.
- Re-generate file with latest version of spec-cleaner.
- Update mono-traversable to version 1.0.15.3. [#]# 1.0.15.3 * Compile with GHC 9.2 (`Option` removed from `base-4.16`) [#199](https://github.com/snoyberg/mono-traversable/issues/199)
- Update mono-traversable to version 1.0.15.2 revision 1. Upstream has revised the Cabal build instructions on Hackage.
- Update mono-traversable to version 1.0.15.2. [#]# 1.0.15.2 * Support transformers 0.6.0.0 [#196](https://github.com/snoyberg/mono-traversable/issues/196) * Compile with GHC 9 [#193](https://github.com/snoyberg/mono-traversable/pull/193)
- Update mono-traversable to version 1.0.15.1 revision 1. Upstream has revised the Cabal build instructions on Hackage.
- disable %{ix86} build
- Replace %setup -q with the more modern %autosetup macro.
- Re-generate file with latest version of spec-cleaner.
- Drop obsolete group attributes.
- Use https URL to refer to bugs.opensuse.org.
- Update mono-traversable to version 1.0.15.1. [#] ChangeLog for mono-traversable [#]# 1.0.15.1 * Remove whitespace after `@` in as-patterns for GHC HEAD [#186](https://github.com/snoyberg/mono-traversable/pull/186) [#]# 1.0.15.0 * Added `toNonEmpty` to `Data.NonNull` [#185](https://github.com/snoyberg/mono-traversable/pull/185) [#]# 1.0.14.0 * Added `WrappedMono` to `Data.MonoTraversable` [#182](https://github.com/snoyberg/mono-traversable/pull/182)
- Drop obsolete group attributes.
- Update mono-traversable to version 1.0.13.0. [#]# 1.0.13.0 * Added `WrappedPoly` to `Data.MonoTraversable` [#180](https://github.com/snoyberg/mono-traversable/pull/180)
- Update mono-traversable to version 1.0.12.0. [#]# 1.0.12.0 * Added `filterSet` to `Data.Containers` * Use container specific implementations for `filterSet` and `filterMap` [#178](https://github.com/snoyberg/mono-traversable/pull/178)
- Update mono-traversable to version 1.0.11.0. [#]# 1.0.11.0 * Adding monomorphic instances for GHC.Generics and Data.Proxy types [#175](https://github.com/snoyberg/mono-traversable/issues/175)
- Update mono-traversable to version 1.0.10.0. [#]# 1.0.10.0 * Make index work on negative indices [#172](https://github.com/snoyberg/mono-traversable/issues/172) [#114](https://github.com/snoyberg/mono-traversable/issues/114)
- Use https URL to refer to bugs.opensuse.org.
- Update mono-traversable to version 1.0.9.0. [#]# 1.0.9.0 * Added `filterMap` to `Data.Containers` [#167](https://github.com/snoyberg/mono-traversable/pull/167)
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
- Update mono-traversable to version 1.0.8.1. * Compat with gauge 0.1 and 0.2 * Switch to gauge * Relax constraint on `singleton` to `MonoPointed` [#156](https://github.com/snoyberg/mono-traversable/issues/156) * Add `dropPrefix` and `dropSuffix` to `Data.Sequences` [#139](https://github.com/snoyberg/mono-traversable/issues/139) * Change `sort` implementation [#153](https://github.com/snoyberg/mono-traversable/issues/153) * Add `mapNonNull` function to `Data.NonNull` [#150](https://github.com/snoyberg/mono-traversable/issues/150) * Move `oelem` and `onotElem` into the `MonoFoldable` class [#133](https://github.com/snoyberg/mono-traversable/issues/133) * Change `instance MonoFoldable (Set e)` to `instance Ord e => MonoFoldable (Set e)` * Add `dropEnd` function to the `IsSequence` class, and a specialized implementation for `Text` * Add `ensurePrefix` and `ensureSuffix` functions [#141](https://github.com/snoyberg/mono-traversable/pull/141) * Fix test suite for foldl 1.3