@@ -44,16 +44,20 @@ in with final;
4444 }
4545 ;
4646
47- cabal = haskell-nix . cabal-install . ${ compiler-nix-name } ;
47+ # cabal = haskell-nix.cabal-install.${compiler-nix-name};
48+ cabal = haskell-nix . tool compiler-nix-name "cabal" {
49+ version = "latest" ;
50+ index-state = "2025-09-29T13:55:56Z" ;
51+ } ;
4852
49- hlint = haskell-nix . tool "ghc96" "hlint" {
50- version = "3.8 " ;
51- index-state = "2025-04-22T00:00:00Z " ;
53+ hlint = haskell-nix . tool compiler-nix-name "hlint" {
54+ version = "latest " ;
55+ index-state = "2025-09-29T13:55:56Z " ;
5256 } ;
5357
5458 ghcid = haskell-nix . tool compiler-nix-name "ghcid" {
55- version = "0.8.7 " ;
56- index-state = "2024-12-24T12:56:48Z " ;
59+ version = "latest " ;
60+ index-state = "2025-09-29T13:55:56Z " ;
5761 } ;
5862
5963 # The ghc-hls point release compatibility table is documented at:
@@ -68,14 +72,15 @@ in with final;
6872 ghc963 = haskell-nix . sources . "hls-2.5" ;
6973 ghc964 = haskell-nix . sources . "hls-2.6" ;
7074 ghc981 = haskell-nix . sources . "hls-2.6" ;
75+ ghc9122 = haskell-nix . sources . "hls-2.11" ;
7176 } . ${ compiler-nix-name } or haskell-nix . sources . "hls-2.10" ;
7277 cabalProject = readFile ( src + "/cabal.project" ) ;
7378 sha256map . "https://github.com/pepeiborra/ekg-json" . "7a0af7a8fd38045fd15fb13445bdcc7085325460" = "sha256-fVwKxGgM0S4Kv/4egVAAiAjV7QB5PBqMVMCfsv7otIQ=" ;
7479 } ;
7580
7681 haskellBuildUtils = prev . haskellBuildUtils . override {
7782 inherit compiler-nix-name ;
78- index-state = "2024-12-24T12:56:48Z " ;
83+ index-state = "2025-09-29T13:55:56Z " ;
7984 } ;
8085
8186 profiteur = haskell-nix . tool compiler-nix-name "profiteur" {
0 commit comments