README: Remove instructions to execute data target

Generation of hoogle data files is disabled for now. Therefore the instruction to execute 'data' target is removed.
This commit is contained in:
Andy 2020-12-16 18:48:50 +01:00 committed by GitHub
parent 6a692de330
commit dccab6676f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,6 @@ Install haskell-language-server for a specific GHC version (and hoogle docs):
```bash
stack ./install.hs hls-8.8.3
stack ./install.hs data
```
`hls-8.8.3` target will build the project and install `haskell-language-server-wrapper`,
@ -244,7 +243,6 @@ If your desired ghc has been found, you use it to install haskell-language-serve
```bash
./cabal-hls-install hls-8.6.5
./cabal-hls-install data
```
## Configuring `haskell-language-server`