Skip to content

Commit

Permalink
Fix haddock parse error in install.hs
Browse files Browse the repository at this point in the history
Seeing as, since haskell#209, the README suggests globally enabling `-haddock`, it's rather unfortunate for that not to work with HLS' own installation script...
  • Loading branch information
georgefst authored and fendor committed Aug 10, 2020
1 parent 5eda000 commit 2cb4a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ build-depends:
, hls-install
-}
-- call as:
-- * `cabal v2-run install.hs --project-file install/shake.project <target>`
-- * `stack install.hs <target>`
-- * `cabal v2-run install.hs --project-file install/shake.project <target>`
-- * `stack install.hs <target>`

-- TODO: set `shake.project` in cabal-config above, when supported
-- (see https:/haskell/cabal/issues/6353)
Expand Down

0 comments on commit 2cb4a9c

Please sign in to comment.