Skip to content

Commit c8fb6ae

Browse files
committed
Bump Cabal-syntax bound to let it work on master branch of cabal
1 parent 305855f commit c8fb6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hackage-repo-tool/hackage-repo-tool.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ executable hackage-repo-tool
9090
build-depends: network >= 2.5 && < 2.6
9191

9292
if flag(Cabal-syntax)
93-
build-depends: Cabal-syntax >= 3.7 && < 3.9
93+
build-depends: Cabal-syntax >= 3.7 && < 3.10
9494
else
9595
build-depends: Cabal >= 1.14 && < 1.26
9696
|| >= 2.0 && < 2.6

0 commit comments

Comments
 (0)