Description
A Haskell compatibility library that backports GHC deriving extensions for projects that support older compiler versions. It helps code use newer deriving patterns while staying buildable across a wider range of GHC releases.
Developers use it when maintaining libraries with broad compiler support. Compatibility helpers reduce conditional code, but supported compiler versions should still be tested directly.