File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,16 +44,19 @@ in with final;
4444 }
4545 ;
4646
47- cabal = haskell-nix . cabal-install . ${ compiler-nix-name } ;
47+ cabal = haskell-nix . tool compiler-nix-name "cabal" {
48+ version = "latest" ;
49+ index-state = "2026-03-26T20:21:33Z" ;
50+ } ;
4851
49- hlint = haskell-nix . tool "ghc96" "hlint" {
50- version = "3.8 " ;
51- index-state = "2025-04-22T00:00:00Z " ;
52+ hlint = haskell-nix . tool compiler-nix-name "hlint" {
53+ version = "latest " ;
54+ index-state = "2026-03-26T20:21:33Z " ;
5255 } ;
5356
5457 ghcid = haskell-nix . tool compiler-nix-name "ghcid" {
55- version = "0.8.7 " ;
56- index-state = "2024-12-24T12:56:48Z " ;
58+ version = "latest " ;
59+ index-state = "2026-03-26T20:21:33Z " ;
5760 } ;
5861
5962 # The ghc-hls point release compatibility table is documented at:
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ project.shellFor {
106106 moreutils
107107 nix
108108 ( pkgs . pkg-config or pkgconfig )
109- profiteur
109+ # profiteur
110110 sqlite-interactive
111111 time
112112 tmux
You can’t perform that action at this time.
0 commit comments