File tree 3 files changed +0
-9
lines changed
3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 197
197
) )
198
198
# checks run on default system only;
199
199
// ( optionalAttrs ( system == defaultSystem ) {
200
- hlint = pkgs . callPackage pkgs . hlintCheck {
201
- inherit ( project . args ) src ;
202
- } ;
203
200
} ) ;
204
201
205
202
exes = ( collectExes project ) // {
Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ final: prev: with final; {
11
11
12
12
cabal = haskell-nix . cabal-install . ${ compiler-nix-name } ;
13
13
14
- hlint = haskell-nix . tool compiler-nix-name "hlint" {
15
- version = "3.2.7" ;
16
- index-state = "2022-12-11T00:00:00Z" ;
17
- } ;
18
-
19
14
ghcid = haskell-nix . tool compiler-nix-name "ghcid" {
20
15
version = "0.8.7" ;
21
16
index-state = "2022-12-11T00:00:00Z" ;
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ in project.shellFor {
101
101
sqlite-interactive
102
102
tmux
103
103
pkgs . git
104
- pkgs . hlint
105
104
pkgs . moreutils
106
105
pkgs . pstree
107
106
pkgs . time
You can’t perform that action at this time.
0 commit comments