Changelog for
ghc-semigroupoids-5.3.2-41.2.x86_64.rpm :
Sat Jan 5 13:00:00 2019 psimonsAATTsuse.com
- Update semigroupoids to version 5.3.2.
5.3.2 [2019.01.04]
- -----------------
* Bump the lower bound on `semigroups` to 0.16.2, and avoid incurring
the dependency entirely on recent GHCs.
* Fix the build on GHC 7.0 and 7.2.
Sat Oct 20 14:00:00 2018 Peter Simons
- Use https URL to refer to bugs.opensuse.org.
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.
Fri Jul 13 14:00:00 2018 psimonsAATTsuse.com
- Update semigroupoids to version 5.3.1.
* Fix a regression introduced in `semigroupoids-5.3` in which some modules
regressed from `Trustworthy` to `Unsafe`.
* Allow building with `containers-0.6`.
* Add `Alt` instances for `First` and `Last` from `Data.Semigroup`, and
`Alt` and `Plus` instances for `First` and `Last` from `Data.Monoid`.
* Add missing `Apply`, `Bind`, `Extend`, `Foldable1` and `Traversable1`
instances for `Data.Semigroups`, `Data.Monoid` and `GHC.Generics`.
Mon May 14 14:00:00 2018 psimonsAATTsuse.com
- Update semigroupoids to version 5.2.2 revision 3.
* Add `optional` to `Data.Functor.Alt` (analogous to the `optional` function
in `Control.Applicative`)
* `liftF2` is now a class method of `Apply` (mirroring the fact that `liftA2`
is now a class method of `Applicative`). `liftF2` and `(<.>)` have default
definitions in terms of the other.
* Allow building with GHC 8.4
* `Apply` and `Bind` instances for `Q`, from the `template-haskell` package.
* Add instances for `(:~:)` and `(:~~:)` from `Data.Type.Equality`, and
`Coercion` from `Data.Type.Coercion`
* Add the `toNonEmpty` method to `Foldable1`. Add `foldrM1` and `foldlM1`
functions to `Data.Semigroup.Foldable` that are defined in terms of `toNonEmpty`.
* Add `Apply`, `Bind`, `Foldable1`, and `Traversable1` instances for `Complex`
* Add `Apply` and `Bind` instances for `HashMap` from the `unordered-containers` package
(on which `semigroupoids` now depends)
* Add `Semigroupoid` instances for `Tagged` and `Const`
Thu Jul 27 14:00:00 2017 psimonsAATTsuse.com
- Update to version 5.2.
Thu Sep 15 14:00:00 2016 psimonsAATTsuse.com
- Update to version 5.1 revision 0 with cabal2obs.
Sun Jul 10 14:00:00 2016 psimonsAATTsuse.com
- Update to version 5.0.1 revision 1 with cabal2obs.
Mon Jan 18 13:00:00 2016 mimi.vxAATTgmail.com
- update to 5.0.1
* transformers-compat 0.5 support
* Removed some redundant constraints.
Sun Aug 23 14:00:00 2015 mimi.vxAATTgmail.com
- update to 5.0.0.4
* doctest 0.10 support
Thu Aug 13 14:00:00 2015 mimi.vxAATTgmail.com
- update to 5.0.0.3
Thu Aug 6 14:00:00 2015 mimi.vxAATTgmail.com
- update to 5.0.0.2
* Added the CHANGELOG to the distribution so that hackage can link to it in the haddocks.
* Absorbed Data.Bifunctor.Apply, Data.Semigroup.Bifoldable and Data.Semigroup.Traversable
from bifunctors.
* This caused us to pick up a dependency on tagged.
* Exiled Data.Semifunctor.
*, Data.Semigroupoid.Product and Data.Semigroupoid.Coproduct
to semigroupoid-extras.
* Set an explicit fixity for -<- and ->-.
* Major changes to the API to support PolyKinds and DataKinds. This necessarily shuts off GHC <= 7.4.
* Orphan instances have moved upstream into a common base-orphans package.
* Added asum1 to Data.Semigroup.Foldable.
* Support for \'ConstrainedClassMethods\' is currently required for GHC HEAD.
Wed May 27 14:00:00 2015 mimi.vxAATTgmail.com
- correct license to BSD-2-Clause
Sun Apr 26 14:00:00 2015 mimi.vxAATTgmail.com
- initial commit