Skip to content

Commit 0279586

Browse files
committed
Sync default stack.yaml
1 parent 3be0ff7 commit 0279586

File tree

1 file changed

+11
-13
lines changed

1 file changed

+11
-13
lines changed

stack.yaml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ resolver: lts-14.27 # Last 8.6.5
33
packages:
44
- .
55
- ./hie-compat
6-
- ./ghcide
7-
- ./shake-bench
6+
- ./ghcide/
87
- ./hls-plugin-api
8+
# - ./shake-bench
99
- ./plugins/hls-class-plugin
1010
- ./plugins/hls-eval-plugin
1111
- ./plugins/hls-explicit-imports-plugin
@@ -35,9 +35,9 @@ extra-deps:
3535
- ghc-check-0.5.0.1
3636
- ghc-events-0.13.0
3737
- ghc-exactprint-0.6.3.2
38-
- ghc-lib-8.10.2.20200916
39-
- ghc-lib-parser-8.10.2.20200916
40-
- ghc-lib-parser-ex-8.10.0.16
38+
- ghc-lib-8.10.3.20201220
39+
- ghc-lib-parser-8.10.3.20201220
40+
- ghc-lib-parser-ex-8.10.0.17
4141
- ghc-source-gen-0.4.0.0
4242
- ghc-trace-events-0.1.2.1
4343
- haddock-api-2.22.0@rev:1
@@ -69,8 +69,6 @@ extra-deps:
6969
- regex-tdfa-1.3.1.0
7070
- retrie-0.1.1.1
7171
- semialign-1.1
72-
# - github: wz1000/shake
73-
# commit: fb3859dca2e54d1bbb2c873e68ed225fa179fbef
7472
- stylish-haskell-0.12.2.0
7573
- tasty-rerun-1.1.17
7674
- temporary-1.2.1.1
@@ -80,12 +78,6 @@ extra-deps:
8078
- with-utf8-1.0.2.1@sha256:95c02fffa643ddbeb092359802a512007c3e644cd509809f4716ad54592c437b,3057
8179
- th-env-0.1.0.2@sha256:d8f1f37f42a8f1a22404d7d0579528af18f5dac7232cca6bdbd5117c115a0ad5,1370
8280

83-
flags:
84-
haskell-language-server:
85-
pedantic: true
86-
retrie:
87-
BuildExecutable: false
88-
8981
configure-options:
9082
ghcide:
9183
- --disable-library-for-ghci
@@ -94,6 +86,12 @@ configure-options:
9486
heapsize:
9587
- --disable-library-for-ghci
9688

89+
flags:
90+
haskell-language-server:
91+
pedantic: true
92+
retrie:
93+
BuildExecutable: false
94+
9795
# allow-newer: true
9896

9997
nix:

0 commit comments

Comments
 (0)