Skip to content

Commit 8346018

Browse files
committed
Remove hlint from nix CI
1 parent cf7c3f7 commit 8346018

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

flake.nix

-3
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,6 @@
197197
))
198198
# checks run on default system only;
199199
// (optionalAttrs (system == defaultSystem) {
200-
hlint = pkgs.callPackage pkgs.hlintCheck {
201-
inherit (project.args) src;
202-
};
203200
});
204201

205202
exes = (collectExes project) // {

nix/pkgs.nix

-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ final: prev: with final; {
1111

1212
cabal = haskell-nix.cabal-install.${compiler-nix-name};
1313

14-
hlint = haskell-nix.tool compiler-nix-name "hlint" {
15-
version = "3.2.7";
16-
index-state = "2022-12-11T00:00:00Z";
17-
};
18-
1914
ghcid = haskell-nix.tool compiler-nix-name "ghcid" {
2015
version = "0.8.7";
2116
index-state = "2022-12-11T00:00:00Z";

nix/workbench/shell.nix

-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ in project.shellFor {
101101
sqlite-interactive
102102
tmux
103103
pkgs.git
104-
pkgs.hlint
105104
pkgs.moreutils
106105
pkgs.pstree
107106
pkgs.time

0 commit comments

Comments
 (0)