input-output-hk / io-sim

Haskell's IO simulator which closely follows core packages (base, async, stm).
https://hackage.haskell.org/package/io-sim
Apache License 2.0
37 stars 15 forks source link

io-classes: added TBQueue test #166

Closed coot closed 3 months ago

coot commented 3 months ago

stm-2.5.2.x comes with a bug. I added a test to cover it (#137), and a constraint to avoid it.

This is related to haskell/stm#76.

coot commented 3 months ago

I revised all io-classes >= 1.3 on hackage.