-
Notifications
You must be signed in to change notification settings - Fork 159
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
Can't link against text-2.0.1 on Windows? #461
Comments
This is likely because of As a short term solution you can disable Is the solution reproducible with GHC 9.4-rc1? If it does, please forward this issue to GHC developers. |
Unfortunately I don't have a Windows machine to test with. But I can confirm that setting |
OK, I managed to reproduce with GHC 9.2.4. The problem is that if os(windows)
if arch(x86_64)
extra-libraries: stdc++-6 gcc_s_seh-1
Lines 93 to 95 in 9075b05
However, Lines 93 to 104 in fdb06ff
But under the hood
|
Closing as there is nothing we can fix on |
Thanks for investigating! I think this issue is already solved by https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8086, so I won't open another issue against GHC. |
For GHC 8.6.5 and newer double conversion is linked with `stdc++` instead of `stdc++-6`. Related links: haskell/text#461 (comment) #13
For GHC 8.6.5 and newer double conversion is linked with `stdc++` instead of `stdc++-6`. Related links: haskell/text#461 (comment) #13
I recently had a build fail for a confusing reason: https://github.com/tfausak/monadoc/runs/7532083433?check_suite_focus=true#step:15:277
I'm not certain that this was caused by
text-2.0.1
. Compared to the last successful build, that's one of the few things that changed. Here's a diff of the freeze file from the last successful build with that failing build:The changes in
http-client-0.7.12
don't seem like they could cause this. However I'd be happy to be proven wrong and pointed elsewhere!If this is indeed caused by upgrading from
text-2.0
totext-2.0.1
, then I think it's related to #453.The text was updated successfully, but these errors were encountered: