-
Notifications
You must be signed in to change notification settings - Fork 701
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
Cannot install package due to shadowed dependencies #4959
Comments
when you say "package" do you mean from your package manager? There was a known related bug in earlier versions of the 8.2.1 platform. The 8.2.2 platform fixes this, ad well as installing the latest 8.2.1. |
(It looks like you're trying to manage ghc with your package manager, but the version used is from an install of the generic-linux binaries from haskell.org/platform --hence the confusion) |
Can I somehow remove these generic-linux binaries again? I don't know know which version is used by the linux package manager... should I just try to install 8.2.2 so that 8.2.1 is overwritten? |
If you install the new platform over the old one, I think everything should work. Sorry for the inconvenience. |
Thanks a lot man. I reinstalled 8.2.2 from haskell.org/platform using the offered archive. I was getting desperate, but it seems the solution was pretty easy 👍. |
Hi,
when running "cabal install gloss==1.11.*" on linux mint I get:
When running "ghc -v3" I get:
Is there some way I can fix this? I tried removing and reinstalling the haskell-platform package. The weird thing is, even after removing the package, the ghci command seems to be there
The text was updated successfully, but these errors were encountered: