Skip to content

Commit a5b702b

Browse files
committed
Use Cabal 3.10 when building hoogle
1 parent 374d4bd commit a5b702b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

builder/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ let
6767
in { packages ? [], hoogle ? pkgs.buildPackages.haskell-nix.tool "ghc928" "hoogle" {
6868
inherit evalPackages;
6969
version = "5.0.18.3";
70+
cabalProjectLocal = ''
71+
constraints: setup.Cabal >=3.10
72+
'';
7073
# index-state = pkgs.haskell-nix.internalHackageIndexState;
7174
index-state = "2023-06-05T00:00:00Z";
7275
}

0 commit comments

Comments
 (0)