Changelog for
ghc-mono-traversable-devel-1.0.8.1-1.3.x86_64.rpm :
Wed Jul 18 14:00:00 2018 psimonsAATTsuse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
Mon May 14 14:00:00 2018 psimonsAATTsuse.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
Tue Mar 7 13:00:00 2017 psimonsAATTsuse.com
- Update to version 1.0.2 with cabal2obs.
Mon Feb 27 13:00:00 2017 psimonsAATTsuse.com
- Update to version 1.0.1.3 with cabal2obs.
Mon Feb 20 13:00:00 2017 psimonsAATTsuse.com
- Update to version 1.0.1.2 with cabal2obs.
Thu Jan 26 13:00:00 2017 psimonsAATTsuse.com
- Update to version 1.0.1.1 with cabal2obs.
Mon Jan 16 13:00:00 2017 psimonsAATTsuse.com
- Update to version 1.0.1 revision 1 with cabal2obs.
Mon Sep 26 14:00:00 2016 psimonsAATTsuse.com
- Update to version 1.0.1 with cabal2obs.
Thu Sep 15 14:00:00 2016 psimonsAATTsuse.com
- Update to version 1.0.0.1 revision 1 with cabal2obs.
Sun Jul 10 14:00:00 2016 psimonsAATTsuse.com
- Update to version 0.10.2 revision 0 with cabal2obs.
Wed Apr 13 14:00:00 2016 mimi.vxAATTgmail.com
- update to 0.10.2
* Add delete and deleteBy methods to EqSequence
Tue Feb 16 13:00:00 2016 mimi.vxAATTgmail.com
- update to 0.10.1.1
* Remove unneeded INLINEs
Tue Jan 26 13:00:00 2016 mimi.vxAATTgmail.com
- update to 0.10.1
* Allow comonad-5
Tue Dec 15 13:00:00 2015 mimi.vxAATTgmail.com
- update to 0.10.0.1
* Remove Functor instance for MinLen
* Instance for Data.Sequence.Seq is incorrect.
Tue Nov 17 13:00:00 2015 mimi.vxAATTgmail.com
- initial commit