jberryman / unagi-chan

A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API
BSD 3-Clause "New" or "Revised" License
127 stars 15 forks source link

Support primitive-0.7.0 #33

Closed yaxu closed 5 years ago

yaxu commented 5 years ago

unagi-chan doesn't build with the latest primitive version 0.7+ . I see @hvr has kindly fixed the upper bounds on hackage but still this causes dependency problems (e.g. https://github.com/tidalcycles/tidal-vis/issues/4 )

jberryman commented 5 years ago

Thanks for the report! Very busy next two weeks for me, traveling, so I may not be able to get to this until later in the month.

yaxu commented 5 years ago

No worries, happy travels !

jberryman commented 5 years ago

This should be fixed in the travis branch, but there's a test failure there I need to look into. Thanks again for your patience

yaxu commented 5 years ago

Thanks, I'm away another week myself but can have a look when I'm back

jberryman commented 5 years ago

Should be in 0.4.1.1

yaxu commented 5 years ago

Thanks again!