Bump deps: criterion, base, text, unix-compat, vector#150
Bump deps: criterion, base, text, unix-compat, vector#150cydparser merged 3 commits intosnapframework:masterfrom ysangkok:janus/bump-deps
Conversation
|
@mightybyte : Could you please push the button to run CI? |
|
I realized that I had forgotten to add 9.2 to CI. It is now done. The results can be seen here: https://github.com/ysangkok/snap-server/runs/7885561429?check_suite_focus=true Also, I removed the bump of transformers since I'd prefer bumping when mtl is also bumped, in a separate PR. |
Would be great if 9.4 also was covered by CI. Is there an obstacle? |
|
@andreasabel
EDIT: Released threads-0.5.1.7 and added CI for 9.4 to this PR |
| cpp-options: -DPORTABLE | ||
| else | ||
| build-depends: unix < 2.8 | ||
| build-depends: unix < 2.9 |
There was a problem hiding this comment.
Is unix-2.8 picked up yet? (Check output of cabal-plan.) It is so that process so far limits unix < 2.8.
There was a problem hiding this comment.
It wasn't picked up, and as you mention, it doesn't build with unix-2.8. So I removed that change from this PR.
|
@mightybyte : Would you please trigger the CI run? |
|
@imalsogreg would you approve this workflow? Thx |
|
Thanks! |
Includes #149.
This enables building on GHC 9.4 and 9.2, which can be tested using e.g.:
I haven't set the constraint for vector yet, as it depends on snap-core bumping its bound. But it can be tested with
--allow-newer='snap-core:vector' --constraint='vector>=0.13'