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

Bump versions #37

Closed andreabedini closed 1 year ago

andreabedini commented 2 years ago

We're moving towards using CHaP for our Haskell packages.

I am in the process of moving the ouroboros-network repository away from using source-repository-packages and towards using CHaP for its dependencies.

In input-output-hk/ouroboros-network#4047 ouroboros-network has moved to a version of io-sim newer than what's available in CHaP (commit f4183f274d88d0ad15817c7052df3a6a8b40e6dc, see meta.toml).

Would it be ok to bump the versions of the packages in this repository so I can "release" them to CHaP (and we'll talk more about how this goes in future) and get ouroboros-network to work?

michaelpj commented 2 years ago

CI is mysteriously stuck and it needs signed commits...

andreabedini commented 2 years ago

I thought I did sign my last commit :-( I'll do it again

coot commented 1 year ago

If you rebase the branch on top of current main it should run the CI.

andreabedini commented 1 year ago

I aligned the version bounds in all three packages in a lock-step. This is conservative as it considers changes since f4183f274d88d0ad15817c7052df3a6a8b40e6dc as breaking. Please advise if you think we should be making minor versions instead.