Package Release Info

ghc-mono-traversable-1.0.11.0-bp151.1.9

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

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-mono-traversable
ghc-mono-traversable-devel

Change Logs

* Sun Feb 03 2019 psimons@suse.com
- 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)
* Fri Dec 21 2018 psimons@suse.com
- 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)
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
* Thu Aug 02 2018 psimons@suse.com
- 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)
* 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 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