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

unagi-chan 0.4.1.1 fails to build #37

Closed jkachmar closed 5 years ago

jkachmar commented 5 years ago

unagi-chan 0.4.1.1 currently fails to compile on the latest Stackage nightly with the following error:

    /var/stackage/work/unpack-dir/unpacked/unagi-chan-0.4.1.1-85323be87dcc5cbc82628795ca4c75fa1db82400cc743cbc3d6bb836b4867c70/src/Control/Concurrent/Chan/Unagi/Unboxed/Internal.hs:219:20: error:
        Not in scope: type constructor or class ‘Addr’
        Perhaps you meant ‘Data.Primitive.Addr’ (imported from Data.Primitive)
        |
    219 | instance UnagiPrim Addr where
        |                    ^^^^

cf. commercialhaskell/stackage#4765

jberryman commented 5 years ago

Thanks