Path to this page:
Subject: CVS commit: pkgsrc/math/hs-kan-extensions
From: Masatake Daimon
Date: 2025-01-30 08:54:38
Message id: 20250130075438.606DCFBE0@cvs.NetBSD.org
Log Message:
math/hs-kan-extensions: update to kan-extensions-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`.
Files: