File ghc-mono-traversable.changes of Package ghc-mono-traversable
-------------------------------------------------------------------
Fri Dec 13 16:53:34 UTC 2024 - Peter Simons <psimons@suse.com>
- Update mono-traversable to version 1.0.21.0.
## 1.0.21.0
* Support for vector 0.13.2.0, adding instances for [`Data.Vector.Strict`](https://hackage.haskell.org/package/vector-0.13.2.0/docs/Data-Vector-Strict.html) data structure.
[#244](https://github.com/snoyberg/mono-traversable/issues/244)
-------------------------------------------------------------------
Fri Sep 13 07:56:38 UTC 2024 - Peter Simons <psimons@suse.com>
- Update mono-traversable to version 1.0.20.0.
## 1.0.20.0
* Added instances for [`Reverse`](https://hackage.haskell.org/package/transformers-0.6.1.1/docs/Data-Functor-Reverse.html#t:Reverse) data structure.
## 1.0.19.1
* Removed 'highly experimental' warning haddock comment from Data.Containers.
## 1.0.19.0
* Added `filterWithKey` to `IsMap`.
[#232](https://github.com/snoyberg/mono-traversable/pull/232)
## 1.0.18.0
* Added MonoPointed instance for text Builder
[#225](https://github.com/snoyberg/mono-traversable/pull/225)
-------------------------------------------------------------------
Wed Feb 28 10:35:25 UTC 2024 - Peter Simons <psimons@suse.com>
- Update mono-traversable to version 1.0.17.0.
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/mono-traversable-1.0.17.0/src/ChangeLog.md
-------------------------------------------------------------------
Thu Mar 30 17:07:38 UTC 2023 - Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
-------------------------------------------------------------------
Mon Sep 27 13:51:39 UTC 2021 - psimons@suse.com
- 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)
-------------------------------------------------------------------
Wed Sep 22 08:50:31 UTC 2021 - psimons@suse.com
- Update mono-traversable to version 1.0.15.2 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Sep 20 07:10:54 UTC 2021 - psimons@suse.com
- 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)
-------------------------------------------------------------------
Wed Aug 4 10:32:03 UTC 2021 - psimons@suse.com
- Update mono-traversable to version 1.0.15.1 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Tue Aug 18 10:45:30 UTC 2020 - Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
-------------------------------------------------------------------
Tue Jun 16 11:14:22 UTC 2020 - Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
-------------------------------------------------------------------
Sun Dec 29 10:27:23 UTC 2019 - psimons@suse.com
- 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)
-------------------------------------------------------------------
Fri Nov 8 16:14:15 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
-------------------------------------------------------------------
Fri Oct 4 02:01:58 UTC 2019 - psimons@suse.com
- 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)
-------------------------------------------------------------------
Thu Aug 15 02:01:34 UTC 2019 - psimons@suse.com
- 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)
-------------------------------------------------------------------
Sun Feb 3 03:02:41 UTC 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 03:02:43 UTC 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 11:31:45 UTC 2018 - Peter Simons <psimons@suse.com>
- Use https URL to refer to bugs.opensuse.org.
-------------------------------------------------------------------
Thu Aug 2 16:29:53 UTC 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 14:26:33 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 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
-------------------------------------------------------------------
Tue Mar 7 11:19:16 UTC 2017 - psimons@suse.com
- Update to version 1.0.2 with cabal2obs.
-------------------------------------------------------------------
Mon Feb 27 10:12:21 UTC 2017 - psimons@suse.com
- Update to version 1.0.1.3 with cabal2obs.
-------------------------------------------------------------------
Mon Feb 20 08:43:05 UTC 2017 - psimons@suse.com
- Update to version 1.0.1.2 with cabal2obs.
-------------------------------------------------------------------
Thu Jan 26 16:20:10 UTC 2017 - psimons@suse.com
- Update to version 1.0.1.1 with cabal2obs.
-------------------------------------------------------------------
Mon Jan 16 09:44:00 UTC 2017 - psimons@suse.com
- Update to version 1.0.1 revision 1 with cabal2obs.
-------------------------------------------------------------------
Mon Sep 26 06:51:51 UTC 2016 - psimons@suse.com
- Update to version 1.0.1 with cabal2obs.
-------------------------------------------------------------------
Thu Sep 15 06:56:18 UTC 2016 - psimons@suse.com
- Update to version 1.0.0.1 revision 1 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 16:55:40 UTC 2016 - psimons@suse.com
- Update to version 0.10.2 revision 0 with cabal2obs.
-------------------------------------------------------------------
Wed Apr 13 10:06:06 UTC 2016 - mimi.vx@gmail.com
- update to 0.10.2
* Add delete and deleteBy methods to EqSequence
-------------------------------------------------------------------
Tue Feb 16 20:16:05 UTC 2016 - mimi.vx@gmail.com
- update to 0.10.1.1
* Remove unneeded INLINEs
-------------------------------------------------------------------
Tue Jan 26 09:50:06 UTC 2016 - mimi.vx@gmail.com
- update to 0.10.1
* Allow comonad-5
-------------------------------------------------------------------
Tue Dec 15 16:49:38 UTC 2015 - mimi.vx@gmail.com
- update to 0.10.0.1
* Remove Functor instance for MinLen
* Instance for Data.Sequence.Seq is incorrect.
-------------------------------------------------------------------
Tue Nov 17 14:14:26 UTC 2015 - mimi.vx@gmail.com
- initial commit