Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cabal2nix/cabal2nix.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ library
build-depends: base > 4.11 && <5
-- When changing the Cabal version, ensure that it builds
-- with all installation methods mentioned in the README!
, Cabal >= 3.0
, Cabal >= 3.0 && < 3.18
, aeson > 1
, ansi-terminal
, bytestring
Expand Down
Loading