File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,6 @@ _build/
10
10
11
11
# stack 2.1 stack.yaml lock files
12
12
stack * .yaml.lock
13
- shake.yaml.lock
13
+ shake.yaml.lock
14
+
15
+ .vscode
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ write-ghc-environment-files: never
14
14
-- pre-brexit
15
15
-- A later version (2020-02-01T08:48:32Z) has a problem with a diamond
16
16
-- dependency for cabal-helper and cabal-plan
17
- index-state : 2020-01-31T22:59 :59Z
17
+ index-state : 2020-01-31T21:11 :24Z
Original file line number Diff line number Diff line change @@ -63,12 +63,13 @@ cabalInstallHie versionNumber = do
63
63
installMethod | isWindowsSystem && isCabal3 = [" --install-method=copy" ]
64
64
| otherwise = []
65
65
execCabal_ $
66
- [ " v2-install" , " exe:haskell-language-server"
66
+ [ " v2-install"
67
+ , " exe:haskell-language-server"
68
+ , " exe:haskell-language-server-wrapper"
67
69
, " -w" , ghcPath
68
70
, " --write-ghc-environment-files=never"
69
71
, installDirOpt, localBin
70
72
, " --max-backjumps=5000"
71
- , " exe:haskell-language-server"
72
73
, " --overwrite-policy=always"
73
74
]
74
75
++ installMethod
You can’t perform that action at this time.
0 commit comments