-
Notifications
You must be signed in to change notification settings - Fork 175
Failure when upgrading GHC 8.0.1 → 8.0.2 #869
Comments
If anyone else is experiencing this please make some noise otherwise I'm going to close this under the assumption everyone's got a working 8.0.2 environment now. |
I'm getting this problem with cabal sanboxes.
|
@ironchicken are you getting exactly the same error message? Could you post it if in doubt? |
|
Right yeah that looks like the same problem. The easy solution is just to recompile |
I am also having this problem (where it tries to install Cabal 1.24.1.0). I have tried both |
Also tried |
@skalyan91 can you post the error messages please? |
Here's a partial screenshot (I'm unable to copy the text directly because Emacs has frozen): (The missing lines at the top are the same as for @andy-morris and @ironchicken.) |
same issue |
@skalyan91 Ah I see what is happening, the cabal guys deprecated version 1.24.1.0 on Hackage and added an unsatisfiable constraint to it (the |
right on! updating 'cabal-install' fixed everything |
OK, I managed to fix this, but only by uninstalling "ghc-mod". As soon as I
install "ghc-mod", the problem returns. Not having "ghc-mod" installed does
not seem to lead to any problems (as far as I can tell at the moment).
Also, last week I successfully set up Haskell on a new machine running
Ubuntu 16.04, and got it running under Emacs; I don't believe I
(explicitly) installed ghc-mod (only haskell-platform, and cabal-*).
…On 31 July 2017 at 02:57, Alex Dudarenko ***@***.***> wrote:
right on! updating 'cabal-install' fixed everything
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#869 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC2gwDswNr10kJnShFr3jrhAA6jIB6Yjks5sTLXpgaJpZM4LvOEp>
.
|
I had an issue which I think is relevant to what @andy-morris is reporting. here is the log
I used what @andy-morris suggested and removed ~/.ghc-mod folder, and it was fixed |
FWIW, my problems disappeared after upgrading to Ubuntu 17.10. I am now able to use ghc-mod without getting any errors. |
(recompiling
cabal-install
with the newCabal
version fixed it)The text was updated successfully, but these errors were encountered: