We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c42449 + c21d82f commit 755edaaCopy full SHA for 755edaa
install/hls-install.cabal
@@ -1,6 +1,6 @@
1
name: hls-install
2
version: 0.8.0.0
3
-synopsis: Install the haskell-language-engine
+synopsis: Install the haskell-language-server
4
license: BSD3
5
author: Many, TBD when we release
6
maintainer: [email protected]
install/src/Stack.hs
@@ -114,7 +114,7 @@ stackBuildFailMsg =
114
$ "Building failed, "
115
++ "Try running `stack clean` and restart the build\n"
116
++ "If this does not work, open an issue at \n"
117
- ++ "\thttps://github.com/haskell/haskell-language-engine"
+ ++ "\thttps://github.com/haskell/haskell-language-server"
118
119
getVerbosityArg :: Verbosity -> String
120
getVerbosityArg v = "--verbosity=" ++ stackVerbosity
0 commit comments