@hackage deriving-compat0.1

Backports of GHC deriving extensions

Provides Template Haskell functions that mimic deriving extensions that were introduced or modified in recent versions of GHC. Currently, the following extensions are covered:

  • DeriveFoldable, which was changed in GHC 7.12 to allow folding over data types with existential constraints.