Releases: wrengr/unification-fd
Releases · wrengr/unification-fd
v0.12.0.1
v0.12.0
What's Changed
- Switched to using the
data-fix
package, which causes several breaking changes.- The oldest supported GHC is now 8.6.1 (September 2018).
- Most functions exported from
Data.Functor.Fixedpoint
are now deprecated, with error messages indicating whichdata-fix
function to use instead. - The
Data.Functor.Fixedpoint
module used to have several rewrite rules for fusing various functions (to avoid redundant traversal of data structures); but all of these are no longer active. If this introduces any performance regressions for you, please let the maintainer know.
Full Changelog: v0.11.2.2...v0.12.0
v0.11.2.2
What's Changed
- Updated version bounds for GHC 9.10, and logict-0.8.1
Full Changelog: v0.11.2.1...v0.11.2.2
v0.11.2
What's Changed
- Adjusted Applicative/Monad instances to avoid warnings on GHC 9.2 due to monad-of-no-return
- Adjusted Alternative/MonadPlus similarly, though not strictly required.
- Adjusted the CPP version guard for importing
Data.Monoid.(<>)
inControl.Unification.Types
, to remove an unused-imports warning on GHC 8.8 - Relaxed upper bound on logict (fixes commercialhaskell/stackage#6569)
Full Changelog: v0.11.1.1...v0.11.2