File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed 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 : 2024-11 -02T00:00 :00Z
11
+ index-state : 2024-12 -02T00:00 :00Z
12
12
13
13
tests : True
14
14
test-show-details : direct
@@ -46,3 +46,13 @@ constraints:
46
46
if impl(ghc >= 9.9 )
47
47
-- https://github.com/haskell/haskell-language-server/issues/4324
48
48
benchmarks : False
49
+
50
+ if impl(ghc >= 9.8.4 ) && impl(ghc < 9.8.5 )
51
+ -- By depending on ghc-lib-parser and ghc, we are encountering
52
+ -- a constraint conflict, ghc-9.8.4 comes with `filepath-1.4.301.0`,
53
+ -- and `ghc-lib-parser-9.8.4.20241130` specifies `filepath >=1.5 && < 1.6.
54
+ -- See https://github.com/digital-asset/ghc-lib/issues/572 for details.
55
+ allow-older :
56
+ ghc-lib-parser :filepath
57
+ constraints :
58
+ ghc-lib-parser== 9.8.4.20241130
You can’t perform that action at this time.
0 commit comments