-
Notifications
You must be signed in to change notification settings - Fork 19
Bump versions #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump versions #37
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great to see CHaP is going forward :).
bf1b832
to
03e82c6
Compare
cb4325b
to
531b919
Compare
CI is mysteriously stuck and it needs signed commits... |
I thought I did sign my last commit :-( I'll do it again |
531b919
to
5d62c06
Compare
If you rebase the branch on top of current |
5d62c06
to
c36d2de
Compare
I aligned the version bounds in all three packages in a lock-step. This is conservative as it considers changes since f4183f2 as breaking. Please advise if you think we should be making minor versions instead. |
74c0ead
to
a0a8a4f
Compare
This aligns bounds on io-sim, io-classes and strict-stm in lock step.
a0a8a4f
to
6e129bd
Compare
4078: Move to get Haskell packages from CHaP r=michaelpj a=andreabedini This moves the repository to use cardano-haskell-packages (CHaP) repository. This is currently blocked by input-output-hk/io-sim#37. CHaP had been pre-populated with the dependencies of the lastest release of cardano-node, but ouroboros-network has progressed in the meantime requiring a newer version of io-sim which is not in CHaP yet. Co-authored-by: Andrea Bedini <[email protected]>
4078: Move to get Haskell packages from CHaP r=michaelpj a=andreabedini This moves the repository to use cardano-haskell-packages (CHaP) repository. This is currently blocked by input-output-hk/io-sim#37. CHaP had been pre-populated with the dependencies of the lastest release of cardano-node, but ouroboros-network has progressed in the meantime requiring a newer version of io-sim which is not in CHaP yet. Co-authored-by: Andrea Bedini <[email protected]>
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 IntersectMBO/ouroboros-network#4047 ouroboros-network has moved to a version of io-sim newer than what's available in CHaP (commit f4183f2, 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?