Conversation
9100cff to
2cab094
Compare
2cab094 to
21924db
Compare
kazu-yamamoto
left a comment
There was a problem hiding this comment.
8.10.5 should not be added at this moment.
.github/workflows/haskell.yml
Outdated
| matrix: | ||
| os: [ubuntu-latest, macOS-latest, windows-latest] | ||
| ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10'] | ||
| ghc: ['8.0', '8.2', '8.4', '8.6', '8.8', '8.10.4', '8.10.5'] |
There was a problem hiding this comment.
Please don't add 8.10.5. See https://gitlab.haskell.org/ghc/ghc/-/issues/19968
|
@Mistuke Do you understand why |
So it's not really a Windows issue, you can get the same error on Linux with a new enough autoconf. You should be able to fix it by setting |
|
Merged. Thank you for your contribution! The autoconf issue has been filed in #502. |
uses https://github.com/haskell/actions/tree/main/setup
Most of the jobs succeed: https://github.com/peterbecich/network/actions/runs/937854408
There appears to be an issue with GHC 8.10.5: https://github.com/peterbecich/network/runs/2825581809?check_suite_focus=true
#500
I'm not sure if the Windows build issue (https://github.com/peterbecich/network/runs/2825581836?check_suite_focus=true) is the same as #487