-
Notifications
You must be signed in to change notification settings - Fork 189
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
Problems building with network dependency on Windows (GHC 9.6.1/Cabal 3.10.1.0) #544
Comments
Currently CI here does not test this setup: |
#547 has been merged. See https://github.com/haskell/network/actions/runs/4604677054/jobs/8135848818?pr=547 I don't see this issue in this log. What is different? |
@mpilgrem Gentle ping. |
Sorry, @kazu-yamamoto, I had not appreciated your question was for me. I don't know what is different. I can build It looks like the Cabal project may be experiencing something similar: see haskell/cabal#8858 (cabal-testsuite fails early on with linker error on Windows since GHC 9.6). That says the salient bit is:
which looks similar to the first line above. Also, I am currently trying to get Stack itself to build with GHC 9.6.1. That falls over when the Pantry dependency is built and again with messages that refer to |
The experience of trying to build
|
I can build |
@kazu-yamamoto, I can also build |
In my impression, this is not an issue for |
@kazu-yamamoto, if it is not |
I don't suspect GHC 9.6.1 nor |
I did ask at GHC's repository: https://gitlab.haskell.org/ghc/ghc/-/issues/23309 |
Fixed via #552. |
The GitHub-hosted runner for Windows currently comes with GHC 9.6.1 and Cabal 3.10.1.0. The tests part of the Hpack CI is falling over with some strange output that looks like it is related to
network-3.1.2.8
. Details are at sol/hpack#548 (comment), but flitering the CI log for other interleaved messages, the log looks like this:I wondered if you could make any sense of that output?
The text was updated successfully, but these errors were encountered: