Skip to content

Commit 6e17681

Browse files
authored
missed a bound in previous update (#328)
1 parent 09104e0 commit 6e17681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hackage-security/hackage-security.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ test-suite TestSuite
202202

203203
if flag(Cabal-syntax)
204204
build-depends: Cabal >= 3.7 && < 3.18,
205-
Cabal-syntax >= 3.7 && < 3.16
205+
Cabal-syntax >= 3.7 && < 3.18
206206
else
207207
build-depends: Cabal >= 2.2.0.1 && < 2.6
208208
|| >= 3.0 && < 3.7,

0 commit comments

Comments
 (0)