-
Notifications
You must be signed in to change notification settings - Fork 12
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
MinGHC 7.10.1 failed to bulid data-default-instances-old-locale version 0.0.1 #51
Comments
This is a cabal bug, see: haskell/cabal#2502 |
Since this Is Cabal's bug, this issue should be closed. |
I agree completely. Perhaps we need to put out s message warning windows users to avoid GHC 7.10 until this bug is fixed. |
We have to do something - will distributing an old copy of cabal.exe fix it? |
Unlikely, as usual the new GHC only works with the newest version of cabal, which always brings in a new set of bugs to be dealt with. |
Urk. I guess the newest cabal.exe works (since -j1 works) but the Cabal lib with GHC is broken. Do we need a GHC patch release? |
I'll look into this a bit more over the next hour, I'm pretty familiar with Cabal breakages at this point. |
In my testing:
It seems like we can tell users to try one of two workarounds:
I think a blog post with both of those options makes sense, what do you think Neil? |
Agreed. I also think Cabal needs better tests. |
OK, blog post published: https://www.fpcomplete.com/blog/2015/05/psa-ghc-710-cabal-windows |
Aha, I abandoned 7.10 a while back because I couldn't get |
I wonder if this is related: https://github.com/kazu-yamamoto/ghc-mod/wiki/InconsistentCabalVersions |
data-default-instances-old-locale
` version 0.0.1
This is related to haskell/cabal#2502 , the fix being part of the cabal version released with the repackaged MinGHC 7.10.1 as discussed in #69 . I think this issue can be closed ? |
Agreed, good call. |
I tried to build
data-default-instances-old-locale
version 0.0.1 on Windows. I got the following error message:I can install
data-default-instances-old-locale
withghc
7.10.1 on Linux (Debian) and no such error happened, it seems thatMinGHC
has some restrictions in locating the compiled objects.The text was updated successfully, but these errors were encountered: