tych0 / xcffib

A drop-in replacement for xpyb based on cffi
Apache License 2.0
93 stars 26 forks source link

ci: use "latest" version of haskell packages #132

Closed tych0 closed 2 years ago

tych0 commented 2 years ago

We mostly don't worry about building the haskell code with various compilers, as it doesn't change very much any more. As such, it's annoying to keep having these version bump PRs for haskell versions. Let's just build with "latest", and hopefully there won't be too much build breakage. Of course we can revert to setting specific versions if it turns out there is... but I sort of doubt it.

Signed-off-by: Tycho Andersen tycho@tycho.pizza