File tree Expand file tree Collapse file tree 6 files changed +13
-22
lines changed Expand file tree Collapse file tree 6 files changed +13
-22
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,14 @@ version: 2
60
60
jobs :
61
61
stackage-lts22 :
62
62
docker :
63
- - image : haskell:9.6.5 -slim-buster
63
+ - image : haskell:9.6.6 -slim-bullseye
64
64
environment :
65
65
- STACK_FILE : " stack-lts22.yaml"
66
66
<< : *defaults
67
67
68
- stackage-nightly :
68
+ stackage-lts23 :
69
69
docker :
70
- - image : haskell:9.8.2 -slim-buster
70
+ - image : haskell:9.8.4 -slim-bullseye
71
71
environment :
72
72
- STACK_FILE : " stack.yaml"
73
73
<< : *defaults
@@ -77,4 +77,4 @@ workflows:
77
77
multiple-ghcs :
78
78
jobs :
79
79
- stackage-lts22
80
- - stackage-nightly
80
+ - stackage-lts23
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ packages:
8
8
./hls-test-utils
9
9
10
10
11
- index-state : 2025-03-20T00:00 :00Z
11
+ index-state : 2025-04-08T01:30 :37Z
12
12
13
13
tests : True
14
14
test-show-details : direct
@@ -57,8 +57,6 @@ if impl(ghc >= 9.8.4) && impl(ghc < 9.8.5)
57
57
if impl(ghc >= 9.11 )
58
58
benchmarks : False
59
59
allow-newer :
60
- hiedb :base,
61
- hiedb :ghc,
62
60
hie-bios :ghc,
63
61
ghc-trace-events :base,
64
62
tasty-hspec :base,
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ library
75
75
, hashable
76
76
, hie-bios ^>= 0.14.0
77
77
, hie-compat ^>= 0.3.0.0
78
- , hiedb ^>= 0.6.0.0
78
+ , hiedb ^>= 0.6.0.2
79
79
, hls-graph == 2.10.0.0
80
80
, hls-plugin-api == 2.10.0.0
81
81
, implicit-hie >= 0.1.4.0 && < 0.1.5
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ library hls-call-hierarchy-plugin
407
407
, containers
408
408
, extra
409
409
, ghcide == 2.10.0.0
410
- , hiedb ^>= 0.6.0.0
410
+ , hiedb ^>= 0.6.0.2
411
411
, hls-plugin-api == 2.10.0.0
412
412
, lens
413
413
, lsp >= 2.7
@@ -594,7 +594,7 @@ library hls-rename-plugin
594
594
, containers
595
595
, ghcide == 2.10.0.0
596
596
, hashable
597
- , hiedb ^>= 0.6.0.0
597
+ , hiedb ^>= 0.6.0.2
598
598
, hie-compat
599
599
, hls-plugin-api == 2.10.0.0
600
600
, haskell-language-server :hls-refactor-plugin
@@ -1596,7 +1596,7 @@ flag refactor
1596
1596
manual : True
1597
1597
1598
1598
common refactor
1599
- if flag(refactor)
1599
+ if flag(refactor)
1600
1600
build-depends : haskell-language-server :hls-refactor-plugin
1601
1601
cpp-options : -Dhls_refactor
1602
1602
Original file line number Diff line number Diff line change 1
- resolver : lts-22.25 # ghc-9.6.5
1
+ resolver : lts-22.43 # ghc-9.6.6
2
2
3
3
packages :
4
4
- .
@@ -19,7 +19,7 @@ allow-newer-deps:
19
19
extra-deps :
20
20
- Diff-0.5
21
21
- floskell-0.11.1
22
- - hiedb-0.6.0.1
22
+ - hiedb-0.6.0.2
23
23
- hie-bios-0.14.0
24
24
- implicit-hie-0.1.4.0
25
25
- lsp-2.7.0.0
Original file line number Diff line number Diff line change 1
- resolver : nightly-2024-06-12 # ghc-9.8.2
1
+ resolver : lts-23.18 # ghc-9.8.4
2
2
3
3
packages :
4
4
- .
@@ -20,15 +20,10 @@ allow-newer-deps:
20
20
21
21
extra-deps :
22
22
- floskell-0.11.1
23
- - hiedb-0.6.0.1
24
- - hie-bios-0.14.0
23
+ - hiedb-0.6.0.2
25
24
- implicit-hie-0.1.4.0
26
25
- hw-fingertree-0.1.2.1
27
- - lsp-2.7.0.0
28
- - lsp-test-0.17.1.0
29
- - lsp-types-2.3.0.0
30
26
- monad-dijkstra-0.1.1.5
31
- - stylish-haskell-0.14.6.0
32
27
- retrie-1.2.3
33
28
34
29
# stan dependencies not found in the stackage snapshot
@@ -38,8 +33,6 @@ extra-deps:
38
33
- trial-0.0.0.0
39
34
- trial-optparse-applicative-0.0.0.0
40
35
- trial-tomland-0.0.0.0
41
- - cabal-add-0.1
42
- - cabal-install-parsers-0.6.1.1
43
36
44
37
configure-options :
45
38
ghcide :
You can’t perform that action at this time.
0 commit comments