rrnewton / haskell-lockfree

A collection of different packages for CAS based data structures.
106 stars 25 forks source link

Release chaselev-deque-0.5.0.6 on hackage #85

Open gelisam opened 2 years ago

gelisam commented 2 years ago

The current changelog says:

https://github.com/rrnewton/haskell-lockfree/blob/00a70cfe74994b41eb3627c752170d1e82118a8e/chaselev-deque/CHANGELOG.md?plain=1#L1-L5

But the version on hackage, chaselev-deque-0.5.0.5, does not include the changes which allow chaselev-deque to build on GHC-9.0 and above. Would it be possible to publish a new version on hackage which includes those changes please?

Looking at the history, here's the missing changelog entry for version 0.5.0.5:

## 0.5.0.6
* Allow building with `base-4.15`.

## 0.5.0.5
* Remove unused dependency `bits-atomic`
RyanGlScott commented 2 years ago

Oops, I accidentally skipped 0.5.0.5 when writing the changelog entries in bd458b66e1b28c249628e282ff42e8468646c557. I've done so in de9f9c2499b8342a6dab36b11ecaedef7942c5cc.

Unfortunately, I don't have the necessary permissions to upload new chaselev-deque versions to Hackage. @rrnewton, might you able to grant them to me?