Skip to content

Commit 0f82880

Browse files
authored
Merge pull request #10917 from haskell/fix-issue10916
Cabal 3.14.2 depends on Cabal-syntax at least 3.14.2
2 parents d265cc2 + 478a5fc commit 0f82880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ library
3434
hs-source-dirs: src
3535

3636
build-depends:
37-
Cabal-syntax ^>= 3.14,
37+
Cabal-syntax >= 3.14.2 && < 3.15,
3838
array >= 0.4.0.1 && < 0.6,
3939
base >= 4.13 && < 5,
4040
bytestring >= 0.10.0.0 && < 0.13,

0 commit comments

Comments
 (0)