haskell / ghc-events

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

Remove CPP which was used for compatibility with GHC < 8.* #97

Closed BinderDavid closed 1 year ago

BinderDavid commented 1 year ago

Compatibility with GHC < 8.* was dropped in https://github.com/haskell/ghc-events/pull/89 , so this PR removes some CPP which was used to guarantee compatibility with base versions which correspond to earlier GHC versions. See the table in: https://www.snoyman.com/base/

Mikolaj commented 1 year ago

If nobody objects I'm going to merge.

Mikolaj commented 1 year ago

@BinderDavid: thank you for both PRs!