Skip to content

Commit 030bf48

Browse files
Fixup documentation of hlsCommand.
It used to be hieCommand, the documentation wasn't updated with the code.
1 parent 1473a28 commit 030bf48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/utils/Test/Hls/Util.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ ghcVersion = GHC84
116116
logFilePath :: String
117117
logFilePath = "hls-" ++ show ghcVersion ++ ".log"
118118

119-
-- | The command to execute the version of hie for the current compiler.
119+
-- | The command to execute the version of hls for the current compiler.
120120
--
121-
-- Both @stack test@ and @cabal new-test@ setup the environment so @hie@ is
121+
-- Both @stack test@ and @cabal new-test@ setup the environment so @hls@ is
122122
-- on PATH. Cabal seems to respond to @build-tool-depends@ specifically while
123123
-- stack just puts all project executables on PATH.
124124
hlsCommand :: String

0 commit comments

Comments
 (0)