Skip to content

Fix windows CI #23

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

Merged
merged 2 commits into from
Jun 9, 2025
Merged

Fix windows CI #23

merged 2 commits into from
Jun 9, 2025

Conversation

tbidne
Copy link
Contributor

@tbidne tbidne commented Jun 9, 2025

Resolves #21.

Fixes windows CI and excludes non-reinstallable packages, to make it easier to build clc-stackage across ghc minor versions.

tbidne added 2 commits June 9, 2025 13:31
Excludes non-reinstallable packages. We do this so we have a chance
at building, say, a 9.10.1 snapshot with ghc 9.10.2. To do this we
need to exclude non-reinstallable packages.

The list is taken from here:

  https://github.com/haskell/cabal/blob/master/cabal-install/src/Distribution/Client/Dependency.hs#L466

Note that template-haskell (and potentially base) will be
reinstallable in 9.12.
@Bodigrim Bodigrim merged commit d8099b8 into haskell:master Jun 9, 2025
3 checks passed
@Bodigrim
Copy link
Collaborator

Bodigrim commented Jun 9, 2025

Awesome, many thanks!

@tbidne
Copy link
Contributor Author

tbidne commented Jun 9, 2025

No problem!

@tbidne tbidne deleted the fix-ci2 branch June 9, 2025 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test failure
2 participants