File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,13 @@ packages:
7
7
./hls-plugin-api
8
8
./hls-test-utils
9
9
10
- index-state : 2024-06-13T17:12 :34Z
10
+ index-state : 2024-07-20T00:00 :00Z
11
11
12
12
tests : True
13
13
test-show-details : direct
14
14
15
+ benchmarks : True
16
+
15
17
write-ghc-environment-files : never
16
18
17
19
-- Many of our tests only work single-threaded, and the only way to
@@ -40,12 +42,6 @@ constraints:
40
42
-- in the future, thus: TODO: remove this flag.
41
43
bitvec -simd,
42
44
43
-
44
-
45
45
if impl(ghc >= 9.9 )
46
- allow-newer :
47
- haddock-library :base,
48
- haddock-library :containers,
46
+ -- https://github.com/haskell/haskell-language-server/issues/4324
49
47
benchmarks : False
50
- else
51
- benchmarks : True
Original file line number Diff line number Diff line change @@ -207,7 +207,8 @@ test-suite hls-cabal-gild-plugin-tests
207
207
, hls-test-utils == 2.9.0.0
208
208
209
209
if flag(isolateCabalGildTests)
210
- build-tool-depends : cabal-gild :cabal-gild ^>= 1.3
210
+ -- https://github.com/tfausak/cabal-gild/issues/89
211
+ build-tool-depends : cabal-gild :cabal-gild >= 1.3 && < 1.3.2
211
212
cpp-options : -Dhls_isolate_cabalgild_tests
212
213
213
214
-----------------------------
You can’t perform that action at this time.
0 commit comments