Skip to content

Commit 4fe0f7d

Browse files
authored
Merge pull request #255 from georgefst/patch-1
Fix haddock parse error in install.hs
2 parents 0439590 + 605d19a commit 4fe0f7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.hs

+2-2
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)