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

Add missing writeTMVar to MonadSTM #155

Closed nitinprakash96 closed 5 months ago

nitinprakash96 commented 5 months ago

Should close #152

bolt12 commented 5 months ago

Thanks! Please make sure to update the Changelog as well!

nitinprakash96 commented 5 months ago

This is also going to need MIN_VERSION macros since writeTMVar was introduced in 2.5.1 Good thing CI caught that.

bolt12 commented 5 months ago

Changelog for io-sim is missing 😄