I've switched over a bunch of Template Haskell-heavy libraries recently to depend on th-abstraction, which takes care of the fiddly details of reifying datatypes across multiple versions of GHCs. generic-deriving would also benefit from this, so let's do so.
I've switched over a bunch of Template Haskell-heavy libraries recently to depend on
th-abstraction
, which takes care of the fiddly details of reifying datatypes across multiple versions of GHCs.generic-deriving
would also benefit from this, so let's do so.