From 605d19a7b9d61ec7ade5e3ed733d7f2cf295e52b Mon Sep 17 00:00:00 2001 From: George Thomas Date: Wed, 29 Jul 2020 13:59:30 +0100 Subject: [PATCH] Fix haddock parse error in install.hs Seeing as, since #209, the README suggests globally enabling `-haddock`, it's rather unfortunate for that not to work with HLS' own installation script... --- install.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.hs b/install.hs index c836759786..b89c7d053a 100755 --- a/install.hs +++ b/install.hs @@ -10,8 +10,8 @@ build-depends: , hls-install -} -- call as: --- * `cabal v2-run install.hs --project-file install/shake.project ` --- * `stack install.hs ` +-- * `cabal v2-run install.hs --project-file install/shake.project ` +-- * `stack install.hs ` -- TODO: set `shake.project` in cabal-config above, when supported -- (see https://github.com/haskell/cabal/issues/6353)