File tree Expand file tree Collapse file tree 4 files changed +21
-11
lines changed
Expand file tree Collapse file tree 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
23
34packages :
45 - .
56
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
1112
1213flags :
1314 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+
14resolver : lts-18.8
25
36packages :
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
26
37packages :
48 - .
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
26
37packages :
48 - .
@@ -17,8 +21,8 @@ packages:
1721 - ./plugins/hls-hlint-plugin
1822 - ./plugins/hls-retrie-plugin
1923 - ./plugins/hls-splice-plugin
20- - ./plugins/hls-qualify-imported-names-plugin
2124 - ./plugins/hls-tactics-plugin
25+ - ./plugins/hls-qualify-imported-names-plugin
2226 - ./plugins/hls-brittany-plugin
2327 - ./plugins/hls-stylish-haskell-plugin
2428 - ./plugins/hls-floskell-plugin
@@ -52,8 +56,6 @@ extra-deps:
5256 - stm-containers-1.2@sha256:a887f2e7692b7cf20e0b081e2d66e21076e2bd4b57016ec59c484edfa2d29397,3244
5357 - stm-hamt-1.2.0.6@sha256:fba86ccb4b45c5706c19b0e1315ba63dcac3b5d71de945ec001ba921fae80061,3972
5458
55-
56-
5759 # Enable these when supported by all formatters
5860 # - ghc-lib-9.0.1.20210324@sha256:c8b9a2541ea3424c8d0e4f80584477d0f35be03f4a47d931152042d5f446c5fc,19279
5961 # - ghc-lib-parser-9.0.1.20210324@sha256:fb680f78d4ab08b5d089a05bda3b84ad857e5edcc2e4ca7c188c0207d369af80
You can’t perform that action at this time.
0 commit comments