My understanding is that this library has to work around incompatibilities between different encodings used by old versions of GHC.
I feel like dropping support for those old versions would help simplify the library and unblock some of the open issues.
I'm suggesting dropping compatibility with anything before GHC 8.0.1, which was released in May 2016. I think that's quite conservative but would still allow dropping all the special cases to deal with old GHCs afaict.
My understanding is that this library has to work around incompatibilities between different encodings used by old versions of GHC.
I feel like dropping support for those old versions would help simplify the library and unblock some of the open issues.
I'm suggesting dropping compatibility with anything before GHC 8.0.1, which was released in May 2016. I think that's quite conservative but would still allow dropping all the special cases to deal with old GHCs afaict.