Skip to content

Commit

Permalink
Lower bound for cabal-install on hackage-security
Browse files Browse the repository at this point in the history
hackage-security-0.6.2.0 added a dependency on Cabal-syntax, which is
incompatible with the verion of Cabal we use here.
  • Loading branch information
andreabedini committed Nov 18, 2023
1 parent ca5f8c3 commit 6f2b3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/cabal-install.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ executable cabal
time >= 1.5.0.1 && < 1.12,
transformers >= 0.4.2.0 && < 0.6,
zlib >= 0.5.3 && < 0.7,
hackage-security >= 0.6.0.1 && < 0.7,
hackage-security >= 0.6.0.1 && < 0.6.2.0,
text >= 1.2.3 && < 1.3,
parsec >= 3.1.13.0 && < 3.2,
regex-base >= 0.94.0.0 && <0.95,
Expand Down

0 comments on commit 6f2b3b3

Please sign in to comment.