Skip to content

Commit e7eb38a

Browse files
committed
Fix building cabal with GHC 9.12
1 parent 71da501 commit e7eb38a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tool-map.nix

+3
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,8 @@ compiler-nix-name: tool: {
5555
# cabal = { src = { outPath = self.inputs.cabal; filterPath = { path, ... }: path; }; }
5656
#
5757
cabalProjectFileName = "cabal.bootstrap.project";
58+
cabalProjectLocal = ''
59+
index-state: hackage.haskell.org 2025-03-17T00:00:00Z
60+
'';
5861
};
5962
}.${tool} or fixed-versions.${tool}.${compiler-nix-name} or {}

0 commit comments

Comments
 (0)