composewell / streamly

High performance, concurrent functional programming abstractions
https://streamly.composewell.com
Other
856 stars 64 forks source link

Release with GHC 9.6 support #2597

Closed georgefst closed 9 months ago

georgefst commented 11 months ago

The current HEAD builds with ghc-9.6.3, but the latest Hackage version does not. It requires --allow-newer='streamly:ghc-prim,streamly-core:ghc-prim,streamly-core:template-haskell' to get the build started, then fails at src/Streamly/Internal/Control/Concurrent.hs:54:15. Since this issue must have since been fixed, could we please get a new Hackage release with this patch?

metaml commented 10 months ago

Yes, please release an official version for ghc 9.6.x. I'm on 9.6.3 and using streamly-core without any issues. Thanks!

harendra-kumar commented 10 months ago

We will plan to release 0.10.0 in next 2 weeks.

recursion-ninja commented 9 months ago

Any update on the release timeline?

harendra-kumar commented 9 months ago

Likely to be released this week or early next week.

harendra-kumar commented 9 months ago

Candidates uploaded for streamly-core-0.2.0 and streamly-0.10.0. Will wait for a day before publishing. Sorry for the delay.

harendra-kumar commented 9 months ago

The release is published now.