Skip to content

Commit 11186ed

Browse files
committed
Force Cabal >= 2.4
Otherwise hackage-to-nix will fail with newer entries.
1 parent 9ce06e8 commit 11186ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nix-tools.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ library
2626
, deepseq
2727
, transformers
2828
, data-fix
29-
, Cabal
29+
, Cabal >= 2.4
3030
, text
3131
, filepath
3232
, directory

plan.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ hackage:
236236
"deriving-compat".flags.template-haskell-2-11 = true;
237237
"deriving-compat".flags.new-functor-classes = true;
238238
"text".revision = (((hackage."text")."1.2.3.1").revisions).default;
239-
"Cabal".revision = (((hackage."Cabal")."2.2.0.1").revisions).default;
239+
"Cabal".revision = (((hackage."Cabal")."2.4.1.0").revisions).default;
240+
"Cabal".flags.bundled-binary-generic = false;
240241
"Diff".revision = (((hackage."Diff")."0.3.4").revisions).default;
241242
"unordered-containers".revision = (((hackage."unordered-containers")."0.2.9.0").revisions).default;
242243
"unordered-containers".flags.debug = false;
@@ -350,7 +351,6 @@ hackage:
350351
"containers" = "0.5.11.0";
351352
"bytestring" = "0.10.8.2";
352353
"text" = "1.2.3.1";
353-
"Cabal" = "2.2.0.1";
354354
"base" = "4.11.1.0";
355355
"time" = "1.8.0.2";
356356
"terminfo" = "0.4.1.1";

0 commit comments

Comments
 (0)