Skip to content

Commit c21d82f

Browse files
committed
Replace wrong occurrences of "engine" by "server"
1 parent 6c42449 commit c21d82f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hls-install.cabal

Lines changed: 1 addition & 1 deletion
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]

install/src/Stack.hs

Lines changed: 1 addition & 1 deletion
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)