-
Notifications
You must be signed in to change notification settings - Fork 67
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
Test CI for ghc-head #1084
Test CI for ghc-head #1084
Conversation
Looks like |
Both the following fail:
One of them should succeed. |
Does packcheck update the ppa? |
I used to run ghc-head CIs earlier. In fact we have an example in packcheck/travis config:
|
ghcup list does not list "ghc head". |
.github/workflows/haskell.yml
Outdated
- name: 8.10.2+macOS | ||
ghc_version: 8.10.2 | ||
- name: ghc_HEAD | ||
ghc_version: head |
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.
Can you try "base-4.16.0.0" instead of "head"? You will have to remove the GHCVER env var line in the env
section above, other wise packcheck will fail because the ghc version is not actually base-4.16.0.0.
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.
Change the ghc version to 9.2
instead of 9.2.0
. ghcup does not install if specified as 9.2.0.
Let us install ghc via packcheck itself - composewell/packcheck#67 . It should be easy. |
For now we can skip using |
Added in #1429 . Closing this. |
No description provided.