haskell-streaming / streaming-bytestring

effectful sequences of bytes; an alternative no-lazy-io implementation of Data.ByteString.Lazy
BSD 3-Clause "New" or "Revised" License
16 stars 11 forks source link

New Hackage release with GHC 9.4.4 support? #70

Closed thomasjm closed 1 year ago

thomasjm commented 1 year ago

It looks like this is working on the current master branch. I think #69 can be closed also. Thanks for the awesome library!

fosskers commented 1 year ago

Thanks. Right, we had already fixed this in https://github.com/haskell-streaming/streaming-bytestring/pull/68 but hadn't done a release yet. We were considering dropping support for 7.10 before doing so. @vdukhovni shall we just pull the trigger?

vdukhovni commented 1 year ago

Yes. Anything older than 8.0 is no longer viable (or at least no longer can expect updates).

fosskers commented 1 year ago

Great. Then I will take care of this tomorrow morning (Friday).