Skip to content

Commit 605d19a

Browse files
authored
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...
1 parent 0439590 commit 605d19a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ build-depends:
1010
, hls-install
1111
-}
1212
-- call as:
13-
-- * `cabal v2-run install.hs --project-file install/shake.project <target>`
14-
-- * `stack install.hs <target>`
13+
-- * `cabal v2-run install.hs --project-file install/shake.project <target>`
14+
-- * `stack install.hs <target>`
1515

1616
-- TODO: set `shake.project` in cabal-config above, when supported
1717
-- (see https://github.com/haskell/cabal/issues/6353)

0 commit comments

Comments
 (0)