Skip to content

Commit 499db01

Browse files
committed
nix: adjust tooling
1 parent d21eeb2 commit 499db01

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

nix/pkgs.nix

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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:

nix/workbench/shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)