haskell / ghc-events

Library and tool for parsing .eventlog files from GHC
http://www.haskell.org/haskellwiki/ThreadScope
Other
33 stars 34 forks source link

Drop support for GHC < 8 #88

Closed TeofilC closed 1 year ago

TeofilC commented 1 year ago

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.

Mikolaj commented 1 year ago

I think that's fair. Over 5 years of compatibility and people with ancient GHCs can use older versions of ghc-events.