What's changed
- Add
Alpha
andSubst
instances forNonEmpty
. Thanks Brent Yorgey (byorgey) - Add GHC 9.8 to CI matrix
- Bump
base
>= 4.9 - Remove
tested-with: 7.x
inunbound-generics.cabal
. We removed CI testing with GHC 7.x last year. - Move GSubst from
Unbound.Generics.LocallyNameless.Subst
into a separateInternal
module that is exported. Now users can write their own generic traversals.
Thanks Bohdan Liesnikov (liesnikov) - Welcome Austin Erlandson (erlandsona) as a maintainer
Full Changelog: v0.4.3...v0.4.4