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
update HTTPure to latest version with dependencies #1059
Conversation
|
Note: httpure-middleware which depends on httpure fails to build after I patched httpure localy to latest version. I verified it with spago verify httpure. |
|
@danielstaleiny If updating a package will remove downstream packages from the set, we usually try to notify the packages that will be dropped from the set downstream by opening an issue on their repository and give them up to a week to make the changes they need to remain included in the package set. That keeps package set upgrades smooth for users. I've opened an issue on |
|
@danielstaleiny Would you mind removing |
|
I removed httpure-middleware both from package.json and from dhall file. However I have no idea how to generate automatically package.json so I did it manually(which I understand is error prone) so for future, what command am I suppose to run to make it re-generate ? |
|
I am blind. I was looking in Readme. |
|
You can see the instructions here: |
|
No change. λ package-sets master ✓ nix-shell --command make
formatted dhall files
generated to packages.json |
|
I'd only expect a change if you hadn't already manually done the |
|
I get the flow now. and Yes, I just double check to see that there are indeed no changes. (Therefore I did manual change correctly.) thanks for info and time. |
First time doing this. Do I need to validate anything to make sure it is correct ?
compared dependencies and fixed them in package-sets and up the version. Is there anything eles I need to do to make latest version available ?
https://github.com/cprussin/purescript-httpure