haskell-lockfree icon indicating copy to clipboard operation
haskell-lockfree copied to clipboard

Release chaselev-deque-0.5.0.6 on hackage

Open gelisam opened this issue 2 years ago • 1 comments

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`

gelisam avatar Oct 22 '22 17:10 gelisam

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?

RyanGlScott avatar Oct 23 '22 20:10 RyanGlScott