We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1473a28 commit 030bf48Copy full SHA for 030bf48
test/utils/Test/Hls/Util.hs
@@ -116,9 +116,9 @@ ghcVersion = GHC84
116
logFilePath :: String
117
logFilePath = "hls-" ++ show ghcVersion ++ ".log"
118
119
--- | The command to execute the version of hie for the current compiler.
+-- | The command to execute the version of hls for the current compiler.
120
--
121
--- Both @stack test@ and @cabal new-test@ setup the environment so @hie@ is
+-- Both @stack test@ and @cabal new-test@ setup the environment so @hls@ is
122
-- on PATH. Cabal seems to respond to @build-tool-depends@ specifically while
123
-- stack just puts all project executables on PATH.
124
hlsCommand :: String
0 commit comments