Skip to content

Commit 1ec48d1

Browse files
add apply-refact to toolPackageName
the haskell package apply-refact contains the refactor executable, which is used by hlint to automatically apply hints.
1 parent 5cbad44 commit 1ec48d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

overlays/tools.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ in { haskell-nix = prev.haskell-nix // {
5050
cabal = "cabal-install";
5151
sos = "steeloverseer";
5252
gen-hie = "implicit-hie";
53+
refactor = "apply-refact";
5354
};
5455

5556
# Packages that are better known by their package name. We are not
@@ -59,6 +60,7 @@ in { haskell-nix = prev.haskell-nix // {
5960
cabal-install = "cabal";
6061
steeloverseer = "sos";
6162
implicit-hie = "gen-hie";
63+
apply-refact = "refactor";
6264
};
6365

6466
hackage-tool = projectModules:

0 commit comments

Comments
 (0)