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
| ^^^^
unagi-chan
0.4.1.1 currently fails to compile on the latest Stackage nightly with the following error:cf. commercialhaskell/stackage#4765