| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update kan-extensions to version 5.2.6.
5.2.6 [2024.05.04]
- -----------------
* Drop support for GHC 8.2 and earlier.
* Generalize instances in `Control.Monad.Codensity` to be of the form:
```hs
instance (f ~~ f', MonadFail f') => MonadFail (Codensity (f :: k -> TYPE rep))
```
This avoids having to constrain `k ~ Type` and `rep ~ LiftedRep`, which could potentially harm type inference.
* Explicitly implement `liftA2` in the `Applicative` instance for `Data.Functor.Day.Curried`.
* Add an `Adjunction` instance for `Data.Functor.Day`.
* Add `Adjunction` and `Divisible` instances for `Data.Functor.Contravariant.Day`.
* Add an `Apply` instance for `Data.Functor.Day.Curried`.
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
- Update kan-extensions to version 5.2.5 revision 1. Upstream has revised the Cabal build instructions on Hackage.
- Update kan-extensions to version 5.2.5.
5.2.5 [2022.06.26]
- -----------------
* Only require a `Functor` constraint in the `Eq` and `Ord` instances for
`Coyoneda` when building against `transformers-0.4.*`.
- Update kan-extensions to version 5.2.4. 5.2.4 [2022.05.07] - ----------------- * Allow building with `transformers-0.6.*` and `mtl-2.3.*`.
- Update kan-extensions to version 5.2.5 revision 2. Upstream has revised the Cabal build instructions on Hackage.
- disable %{ix86} build
- Update kan-extensions to version 5.2.3. 5.2.3 [2021.07.27] - ----------------- * Add `shift` and `reset` to `Control.Monad.Codensity`.
- Update kan-extensions to version 5.2.2 revision 1. Upstream has revised the Cabal build instructions on Hackage.
- Update kan-extensions to version 5.2.2. 5.2.2 [2021.02.17] - ----------------- * Add `hoistCoyoneda` to `Data.Functor.Contravariant.Coyoneda`.
- disable %{ix86} build
- Update kan-extensions to version 5.2.1. 5.2.1 [2020.10.01] - ----------------- * Allow building with GHC 9.0.
- Replace %setup -q with the more modern %autosetup macro.
- Re-generate file with latest version of spec-cleaner.
- Drop obsolete group attributes.
- Add kan-extensions at version 5.2.
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
- Update to version 5.0.2 with cabal2obs.
- Update to version 5.0.1 revision 0 with cabal2obs.
- Update to version 4.2.3 revision 0 with cabal2obs.
- initial commit