Skip to content

Commit 5b3619f

Browse files
committed
disable bench to proceed
1 parent fb97794 commit 5b3619f

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

cabal.project

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
./hls-plugin-api
88
./hls-test-utils
99

10-
index-state: 2025-03-17T00:00:00Z
10+
index-state: 2025-03-17T11:03:01Z
1111

1212
tests: True
1313
test-show-details: direct
@@ -59,7 +59,21 @@ if impl(ghc >= 9.8.4) && impl(ghc < 9.8.5)
5959
constraints:
6060
ghc-lib-parser==9.8.4.20241130
6161

62-
if impl(ghc >= 9.11.0)
62+
-- keep it here for easy debugging when trying to support new GHC versions
63+
if impl(ghc >= 9.13.0)
6364
allow-newer:
6465
base
6566
, ghc
67+
68+
source-repository-package
69+
type: git
70+
location: https://github.com/soulomoon/HieDb.git
71+
tag: 9111fd0f2e4d2d5186c4de7afb7ea9f3a2941105
72+
-- todo remove this once the PR is released
73+
-- https://github.com/wz1000/HieDb/pull/80
74+
75+
76+
source-repository-package
77+
type: git
78+
location: https://github.com/maoe/ghc-trace-events.git
79+
tag: f18107dec920564f7cbcde52e17d0b4b41add5a3

ghcide/cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
packages:
22
./
33

4-
if impl(ghc >= 9.12.0)
4+
if impl(ghc >= 9.11.0)
55
allow-newer:
66
base
77
, ghc

haskell-language-server.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2090,6 +2090,8 @@ test-suite wrapper-test
20902090

20912091
benchmark benchmark
20922092
import: defaults, warnings
2093+
if impl(ghc > 9.11)
2094+
buildable: False
20932095
-- Depends on shake-bench which is unbuildable after this point
20942096
type: exitcode-stdio-1.0
20952097
ghc-options: -threaded

hie-compat/hie-compat.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ source-repository head
2424
library
2525
default-language: GHC2021
2626
build-depends:
27-
base < 4.21, array, bytestring, containers, directory, filepath, transformers
27+
base < 4.22, array, bytestring, containers, directory, filepath, transformers
2828
build-depends: ghc >= 8.10, ghc-boot
2929
ghc-options: -Wall -Wno-name-shadowing
3030

shake-bench/shake-bench.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ source-repository head
1616
location: https://github.com/haskell/haskell-language-server.git
1717

1818
library
19+
if impl(ghc > 9.11)
20+
buildable: False
1921
exposed-modules: Development.Benchmark.Rules
2022
hs-source-dirs: src
2123
build-depends:

0 commit comments

Comments
 (0)