File tree 4 files changed +21
-11
lines changed
4 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 1
- resolver : lts-14.27 # Last 8.6.5
1
+ # keep synced with ../stack.yaml to minimise rebuilding
2
+ resolver : lts-18.18
2
3
3
4
packages :
4
5
- .
5
6
6
- extra-deps :
7
- - cabal-install-parsers-0.3.0.1
8
- - Cabal-3.2.0.0
9
- - binary-instances-1.0.0.1
10
- - lukko-0.1.1.2
7
+ # extra-deps:
8
+ # - cabal-install-parsers-0.3.0.1
9
+ # - Cabal-3.2.0.0
10
+ # - binary-instances-1.0.0.1
11
+ # - lukko-0.1.1.2
11
12
12
13
flags :
13
14
hls-install :
Original file line number Diff line number Diff line change
1
+ # Build plan for GHC 8.10.6.
2
+ # Like stack-8.10.7.yaml but with an older resolver.
3
+
1
4
resolver : lts-18.8
2
5
3
6
packages :
Original file line number Diff line number Diff line change 1
- resolver : lts-18.16
1
+ # Build plan for GHC 8.10.7.
2
+ # stack-8.10.7.yaml is for install script, stack.yaml is for default builds, keep these identical.
3
+ # https://github.com/haskell/haskell-language-server/issues/2491
4
+
5
+ resolver : lts-18.18
2
6
3
7
packages :
4
8
- .
Original file line number Diff line number Diff line change 1
- resolver : lts-18.10
1
+ # Build plan for GHC 8.10.7.
2
+ # stack-8.10.7.yaml is for install script, stack.yaml is for default builds, keep these identical.
3
+ # https://github.com/haskell/haskell-language-server/issues/2491
4
+
5
+ resolver : lts-18.18
2
6
3
7
packages :
4
8
- .
@@ -17,8 +21,8 @@ packages:
17
21
- ./plugins/hls-hlint-plugin
18
22
- ./plugins/hls-retrie-plugin
19
23
- ./plugins/hls-splice-plugin
20
- - ./plugins/hls-qualify-imported-names-plugin
21
24
- ./plugins/hls-tactics-plugin
25
+ - ./plugins/hls-qualify-imported-names-plugin
22
26
- ./plugins/hls-brittany-plugin
23
27
- ./plugins/hls-stylish-haskell-plugin
24
28
- ./plugins/hls-floskell-plugin
@@ -52,8 +56,6 @@ extra-deps:
52
56
- stm-containers-1.2@sha256:a887f2e7692b7cf20e0b081e2d66e21076e2bd4b57016ec59c484edfa2d29397,3244
53
57
- stm-hamt-1.2.0.6@sha256:fba86ccb4b45c5706c19b0e1315ba63dcac3b5d71de945ec001ba921fae80061,3972
54
58
55
-
56
-
57
59
# Enable these when supported by all formatters
58
60
# - ghc-lib-9.0.1.20210324@sha256:c8b9a2541ea3424c8d0e4f80584477d0f35be03f4a47d931152042d5f446c5fc,19279
59
61
# - ghc-lib-parser-9.0.1.20210324@sha256:fb680f78d4ab08b5d089a05bda3b84ad857e5edcc2e4ca7c188c0207d369af80
You can’t perform that action at this time.
0 commit comments