goldfirere / units

The home of the units Haskell package
94 stars 19 forks source link

Allow building with `deepseq-1.5.*` (GHC 9.8) #72

Closed RyanGlScott closed 4 months ago

RyanGlScott commented 5 months ago

Thanks, @goldfirere!

Would you be able to merge and release these changes? (I don't have the ability to do so myself.)

goldfirere commented 5 months ago

Happy to, in theory, but would like CI working first. Evidently that will take a little work though. Hopefully later this week.

RyanGlScott commented 5 months ago

Ah, the CI failure is easy enough to explain: you're running the CI jobs on an old version of Ubuntu that GitHub Actions no longer supports. Since there are no longer any CI runners with that version of Ubuntu, GitHub Actions gets stuck trying to assign jobs to runners.

This is easy enough to fix by regenerating your haskell-ci.yml file with a more recent version of haskell-ci that targets a newer Ubuntu. I've opened a separate PR for that: https://github.com/goldfirere/units/pull/73

RyanGlScott commented 4 months ago

Thanks for giving me push access, @goldfirere! I don't have the ability to apply a Hackage revision, however. Could you also grant me Hackage permissions?

RyanGlScott commented 4 months ago

A gentle ping on this, @goldfirere. Can you grant me Hackage permissions for the units library?