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-mtl-0.1.2.0 is not buildable on GHC 9.8.2 #164

Closed carbolymer closed 4 months ago

carbolymer commented 4 months ago

io-classes-mtl-0.1.2.0 is not buildable on GHC 9.8.2. See the attached error.log.

Taken from: https://github.com/IntersectMBO/cardano-cli/actions/runs/9254721425/job/25457077489?pr=777#step:11:973

bolt12 commented 4 months ago

This is a known bug which has been fix: https://github.com/input-output-hk/io-sim/pull/163. We'll try to release it asap

uhbif19 commented 4 months ago

Reproduces on GHC 9.6.3.

bolt12 commented 4 months ago

There was a revision made today, could you please make sure it is fixed now and then close the issue? cc @carbolymer @uhbif19

carbolymer commented 4 months ago

Testing in https://github.com/IntersectMBO/cardano-node/pull/5869

carbolymer commented 4 months ago

@bolt12 seems to be working, thanks!

uhbif19 commented 4 months ago

Works for me too.