ndmitchell / derive

A Haskell program and library to derive instances for data types
BSD 3-Clause "New" or "Revised" License
25 stars 17 forks source link

Add support for template-haskell-2.12.0.0 in GHC-8.2 #24

Closed duog closed 7 years ago

duog commented 7 years ago

The DataD and NewtypeD constructors are changing. See:https://ghc.haskell.org/trac/ghc/wiki/Migration/8.2

ndmitchell commented 7 years ago

Thanks @duog! I'll merge this and release if no one else does, but I'm currently trying to foist maintainership onto someone else, as per #6, so let's see if @tomberek @mgajda wants to do it first (or if you want to become a maintainer!).

duog commented 7 years ago

Thanks; I'm not a user, I just needed this as a dependency.

ndmitchell commented 7 years ago

I'm neither a user nor someone with a dependency, hency why I'm trying to pass it on to someone who is more invested in it.

mgajda commented 7 years ago

I am afraid @tomberek is better address ATM. I am time strained Now. On Fri, 23 Jun 2017 at 06:06, Neil Mitchell notifications@github.com wrote:

I'm neither a user nor someone with a dependency, hency why I'm trying to pass it on to someone who is more invested in it.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ndmitchell/derive/pull/24#issuecomment-310515872, or mute the thread https://github.com/notifications/unsubscribe-auth/AAp12ZsOsnfK4vngmVi0XzAJu8QNSBAwks5sGuVegaJpZM4OBtQm .

ndmitchell commented 7 years ago

Thanks @duog - I merged, tested and made a release.