- Support GHC 9.12
-
Add back support for GHC 9.2 and 9.4.
We were able to work around the bug in
reifyInstances
by using a data family instead of a type family.
- Recover compatibility with template-haskell 2.18, which was lost in 0.1.2.0
- deriveGShow will generate code that uses Show instances for every argument to a constructor, apart from those of the type that it is generating an instance for.
- Drop support for GHC 9.2 and 9.4 due to a bug in
reifyInstances
-
Rework a lot of the logic using th-abstraction to get structural information about data types and to normalize their representation. This should allow the deriving functions to work on a much wider range of types.
-
Change dependency to just be on
some
, notdependent-sum
, as we just need the reexported classes.
- Fix warning with GHC 9.2 about non-canonical
return
.
- Add bound to
th-abstraction
to prevent build failure.
- Support GHC 9.0
- Relax version bounds on
dependent-sum
to include 0.7.
- Update GitHub repository in cabal metadata.
- Support GHC 8.8.
- Remove code for generating instances of *Tag classes, as they were removed in dependent-sum-0.6.