Skip to content

Commit f23f307

Browse files
hamishmackangerman
authored andcommitted
Use Cabal 3.10 when building hoogle
1 parent 31faf39 commit f23f307

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

builder/default.nix

+3
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)