From 19e789392d0322d7fed782e9b825a6bdbf01f515 Mon Sep 17 00:00:00 2001 From: Nikos Baxevanis Date: Thu, 1 Oct 2020 11:16:12 +0200 Subject: [PATCH] Update README.md Simplify section: Using Haskell Language Server with Atom --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 28db38d304..c0d16d4dfe 100644 --- a/README.md +++ b/README.md @@ -486,14 +486,12 @@ let g:LanguageClient_rootMarkers = ['*.cabal', 'stack.yaml'] ### Using Haskell Language Server with Atom -Install the two Atom packages [atom-ide-ui](https://atom.io/packages/atom-ide-ui) and [ide-haskell-hie](https://atom.io/packages/ide-haskell-hie), +Install the two Atom packages [atom-ide-ui](https://atom.io/packages/atom-ide-ui) and [haskell](https://atom.io/packages/haskell), ```bash -$ apm install language-haskell atom-ide-ui ide-haskell-hie +$ apm install language-haskell atom-ide-ui haskell ``` -The plugin ide-haskell-hie is designed to work with haskell-ide-engine by default, so you will have to put the path to haskell-language-server-wrapper in the configuration option `Absolute path to hie executable`. - ### Using haskell-language-server with Emacs Install HLS along with the following emacs packages: