Package Release Info

ghc-kan-extensions-5.2.6-bp160.1.11

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-kan-extensions
ghc-kan-extensions-devel
ghc-kan-extensions-doc
ghc-kan-extensions-prof

Change Logs

* Sat May 04 2024 Peter Simons <psimons@suse.com>
- 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`.
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Sun Mar 12 2023 Peter Simons <psimons@suse.com>
- Update kan-extensions to version 5.2.5 revision 1.
  Upstream has revised the Cabal build instructions on Hackage.
* Sun Jun 26 2022 Peter Simons <psimons@suse.com>
- 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.*`.
* Sat May 07 2022 Peter Simons <psimons@suse.com>
- Update kan-extensions to version 5.2.4.
  5.2.4 [2022.05.07]
  - -----------------
  * Allow building with `transformers-0.6.*` and `mtl-2.3.*`.
Version: 5.2.5-bp156.1.1
* Sat Sep 30 2023 Peter Simons <psimons@suse.com>
- Update kan-extensions to version 5.2.5 revision 2.
  Upstream has revised the Cabal build instructions on Hackage.
Version: 5.2.3-bp155.2.14
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
Version: 5.2.3-bp154.1.16
* Wed Jul 28 2021 psimons@suse.com
- Update kan-extensions to version 5.2.3.
  5.2.3 [2021.07.27]
  - -----------------
  * Add `shift` and `reset` to `Control.Monad.Codensity`.
* Tue Jul 27 2021 psimons@suse.com
- Update kan-extensions to version 5.2.2 revision 1.
  Upstream has revised the Cabal build instructions on Hackage.
* Sat Feb 20 2021 psimons@suse.com
- Update kan-extensions to version 5.2.2.
  5.2.2 [2021.02.17]
  - -----------------
  * Add `hoistCoyoneda` to `Data.Functor.Contravariant.Coyoneda`.
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Oct 06 2020 psimons@suse.com
- Update kan-extensions to version 5.2.1.
  5.2.1 [2020.10.01]
  - -----------------
  * Allow building with GHC 9.0.
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
Version: 5.2-bp152.4.10
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
Version: 5.2-bp151.1.10
* Thu Aug 02 2018 psimons@suse.com
- Add kan-extensions at version 5.2.
Version: 5.0.2-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu May 18 2017 psimons@suse.com
- Update to version 5.0.2 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
- Update to version 5.0.1 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
- Update to version 4.2.3 revision 0 with cabal2obs.
* Fri Sep 25 2015 mimi.vx@gmail.com
- initial commit