Skip to content
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

Add uninstallation instructions #271

Closed
lukel97 opened this issue Aug 2, 2020 · 7 comments
Closed

Add uninstallation instructions #271

lukel97 opened this issue Aug 2, 2020 · 7 comments
Labels
type: enhancement New feature or request

Comments

@lukel97
Copy link
Collaborator

lukel97 commented Aug 2, 2020

Just noticed in the traffic tab of the insights page on GitHub, one of the top links on the repository was a search for uninstall lol
image

We should probably include in the README some basic instructions on how to uninstall, i.e. just deleting ~/.local/bin/haskell-language-server* or ~/.cabal/bin/haskell-language-server*

pepeiborra pushed a commit that referenced this issue Dec 27, 2020
Shake 0.18.4 started exporting Info from this module which clashes
with the one from haskell-lsp. Fixes #271
@jneira
Copy link
Member

jneira commented Feb 24, 2021

We should add instructions on how to clean the executables downloaded by the vscode extension

@lichever
Copy link

lichever commented Mar 30, 2021

Hi, do you know how to uninstall Haskell-language-server? I mean is it just to remove all files ~/.local/bin/haskell-language-server* and ~/.cabal/bin/haskell-language-server* ?

@jneira
Copy link
Member

jneira commented Mar 30, 2021

It depends on how you install it: with cabal install from hackage or source, stack install from source, ghcup, automatic downloaded binaries by the vscode extension...
If you have used one method to install the paths would be those ones, yeah

@lichever
Copy link

lichever commented Mar 31, 2021

Hi @jneira, Thanks! I am new to Haskell. When installing Haskell by using ghcup( curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh ), there was a prompt for installing the Haskell-language-server and then I installed it. I am not sure if I can use the way posted here to uninstall it?

@jneira
Copy link
Member

jneira commented Mar 31, 2021

It seems there is a ghcup rm xxx that should do what do you want, with ghcup rm haskell-language-server i guess. I cant check locally cause i am on windows 🙂

@lichever
Copy link

lichever commented Apr 2, 2021

@jneira Thanks a lot! It seems it works.

@jneira jneira added the type: enhancement New feature or request label Dec 3, 2021
@fendor
Copy link
Collaborator

fendor commented Jul 13, 2022

Since GHCup now takes care of the installation and is transparent in how to do it, and the install script has been deleted, so there should be no ambiguity left

@fendor fendor closed this as completed Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants