well-typed / generics-sop

Generic Programming using True Sums of Products
BSD 3-Clause "New" or "Revised" License
157 stars 48 forks source link

Support ghc 9.2 #147

Closed danwdart closed 2 years ago

danwdart commented 3 years ago

Fixes #145

Using __GLASGOW_HASKELL__ because there doesn't seem to be any sort of MAX_VERSION_base

phadej commented 3 years ago

There is also https://github.com/well-typed/generics-sop/commits/ghc-9.2 branch, so I'll leave this to @kosmikus

phadej commented 3 years ago

ping @kosmikus

kosmikus commented 2 years ago

Thanks! I've integrated your changes with my own, and hopefully done it in such a way that your commit is still there and therefore acknowledged.

danwdart commented 2 years ago

Awesome, thanks for these (didn't see this!)