From dccab6676fe788b048ea1f5530f6e2d3c47d1dd4 Mon Sep 17 00:00:00 2001 From: Andy Date: Wed, 16 Dec 2020 18:48:50 +0100 Subject: [PATCH] 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. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 0cf75cd661..1c53b320b1 100644 --- a/README.md +++ b/README.md @@ -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`