Skip to content

Commit 095a628

Browse files
lf-cydparser
authored andcommitted
Fix the stack build
1 parent df2370c commit 095a628

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

plugins/hls-cabal-plugin/hls-cabal-plugin.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ library
3333
build-depends:
3434
, base >=4.12 && <5
3535
, bytestring
36-
, Cabal-syntax ^>= 3.6 || ^>= 3.8
36+
, Cabal-syntax ^>= 3.8
3737
, deepseq
3838
, directory
3939
, extra >=1.7.4

stack-lts19.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ghc-options:
4242
"$everything": -haddock
4343

4444
extra-deps:
45-
- Cabal-3.6.0.0
45+
- Cabal-syntax-3.8.1.0
4646
# needed for tests of hls-cabal-fmt-plugin
4747
- cabal-fmt-0.1.6@sha256:54041d50c8148c32d1e0a67aef7edeebac50ae33571bef22312f6815908eac19,3626
4848
- floskell-0.10.6@sha256:e77d194189e8540abe2ace2c7cb8efafc747ca35881a2fefcbd2d40a1292e036,3819

stack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ extra-deps:
5252
- lsp-types-1.6.0.0
5353
- lsp-test-0.14.1.0
5454
- hie-bios-0.11.0
55+
- Cabal-syntax-3.8.1.0
5556

5657
# currently needed for ghcide>extra, etc.
5758
allow-newer: true

0 commit comments

Comments
 (0)