Skip to content

Commit 6d9b12e

Browse files
authored
Merge pull request #446 from moodmosaic/patch-1
Update README.md
2 parents 5729c2e + 19e7893 commit 6d9b12e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -486,14 +486,12 @@ let g:LanguageClient_rootMarkers = ['*.cabal', 'stack.yaml']
486486

487487
### Using Haskell Language Server with Atom
488488

489-
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),
489+
Install the two Atom packages [atom-ide-ui](https://atom.io/packages/atom-ide-ui) and [haskell](https://atom.io/packages/haskell),
490490

491491
```bash
492-
$ apm install language-haskell atom-ide-ui ide-haskell-hie
492+
$ apm install language-haskell atom-ide-ui haskell
493493
```
494494

495-
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`.
496-
497495
### Using haskell-language-server with Emacs
498496

499497
Install HLS along with the following emacs packages:

0 commit comments

Comments
 (0)