-
Notifications
You must be signed in to change notification settings - Fork 63
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
Build failure with GHC-7.8.4 (x86) #138
Comments
I haven't been able to reproduce this locally but I do see it on AppVeyor too.. by the speed which |
Right, this seems to be a
This is very slow and hit and mess for |
Actually, looking at https://ci.appveyor.com/project/hvr/paths/builds/29725968/job/q88c02jr7k66i2sp I see the issue
So it downloads a 64-bit cabal version and tries to use the 32-bit toolchain. Cabal doesn't detect that the toolchain it's calling it already 32-bits so it instructs The fix is to download the 32-bit version of cabal too.
needs to be
I think this example may have come from my blog, I'll check and update it later |
I've corrected the example at https://hub.zhox.com/posts/introducing-haskell-dev/ |
Is this issue fixed? |
https://ci.appveyor.com/project/hvr/paths/builds/29725968/job/q88c02jr7k66i2sp
Edit:
cabal
seems to usehsc2hc-0.68.3
, maybe that's relevant.On x86-64 version it seems to build fine.
The text was updated successfully, but these errors were encountered: