Skip to content

Commit 755edaa

Browse files
authored
Merge pull request #319 from tchoutri/replace-engine-server
Replace wrong occurrences of "engine" by "server"
2 parents 6c42449 + c21d82f commit 755edaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: install/hls-install.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: hls-install
22
version: 0.8.0.0
3-
synopsis: Install the haskell-language-engine
3+
synopsis: Install the haskell-language-server
44
license: BSD3
55
author: Many, TBD when we release
66
maintainer: [email protected]

Diff for: install/src/Stack.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ stackBuildFailMsg =
114114
$ "Building failed, "
115115
++ "Try running `stack clean` and restart the build\n"
116116
++ "If this does not work, open an issue at \n"
117-
++ "\thttps://github.com/haskell/haskell-language-engine"
117+
++ "\thttps://github.com/haskell/haskell-language-server"
118118

119119
getVerbosityArg :: Verbosity -> String
120120
getVerbosityArg v = "--verbosity=" ++ stackVerbosity

0 commit comments

Comments
 (0)