Closed edsko closed 1 year ago
@amesgen if you get a moment to fix WASM CI job, it would be most appreciated. (I assume it's just a hash change, but cannot verify AFK)
@edsko could you please rebase?
Any particular motivation for this change? Why GHC.Conc
only?
@Bodigrim Have rebased. As for motivation: GHC.Conc
exports some stuff that Control.Concurrent.STM
also exports, which leads to name clashes when using a version of stm
that doesn't straight up re-export stuff from GHC.Conc
but does something slightly different (such as specifically https://github.com/edsko/stm-debug).
Thanks!
Corresponding ticket for
async
itself at https://github.com/simonmar/async/pull/153.