Closed TeofilC closed 2 years ago
Thanks a lot! I am currently traveling without a laptop, so making a release is not easy. Ok to wait for a few weeks? Alternatively, anyone interested in becoming comaintainer?
I do not have anything near proficiency for it.
I am currently traveling without a laptop, so making a release is not easy. Ok to wait for a few weeks? Alternatively, anyone interested in becoming comaintainer?
I could release it if that's ok.
Definitely!
Thank you greatly.
Definitely!
Could you add me in https://hackage.haskell.org/package/ghc-heap-view/maintainers/ ? Then I can upload the new version.
Done!
This adds support for GHC 9.01. and 9.2.1.
A small change needed to be made to the test suite to avoid the newer GHCs inlining a function and changing the shape of the thunk.
Some modules from bytestring had been removed in the package bundled with 9.2.1.
Instead of adding CPP, I've changed the imports to refer to the new names of the modules, which have been around since bytestring-0.10.2. Given that the earliest GHC in the tested-with field in the cabal file is 8.6.1, which comes bundled with a latter bytestring, afaik this won't break backwards compat with any supported compiler.
Fixes #35