Skip to content

Commit 24070d9

Browse files
Merge pull request #700 from NixOS/cabal2nix-Cabal-constraint
cabal2nix: add upper bound on Cabal
2 parents 6a39401 + 0b99e87 commit 24070d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cabal2nix/cabal2nix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ library
5252
build-depends: base > 4.11 && <5
5353
-- When changing the Cabal version, ensure that it builds
5454
-- with all installation methods mentioned in the README!
55-
, Cabal >= 3.0
55+
, Cabal >= 3.0 && < 3.18
5656
, aeson > 1
5757
, ansi-terminal
5858
, bytestring

0 commit comments

Comments
 (0)