Conversation
This is useless at best, and a common source of confusion. haskell/cabal#10145 sol/hpack#355
|
I need to understand why CI fails on Windows. |
|
@sol With this patch, the following error occurs on Windows: |
|
@kazu-yamamoto that's interesting, let me investigate. |
|
The full message is: Which is generated here: https://github.com/haskell/cabal/blob/bf6f26dc2c02cce24b0d0f429b1b0fdabaa14028/Cabal/src/Distribution/Simple/Errors.hs#L656-L658 Which I think originates from here: https://github.com/haskell/cabal/blob/bf6f26dc2c02cce24b0d0f429b1b0fdabaa14028/Cabal/src/Distribution/Simple/Configure.hs#L2546-L2569 @mpilgrem so it seems that while |
|
@kazu-yamamoto 6e0c76a fixes the windows build, but I just noticed that you already discovered that yourself in #583. |
This is useless at best, and a common source of confusion.
haskell/cabal#10145
sol/hpack#355