Skip to content

Commit ad95801

Browse files
committed
Move fourmolu as build tool
1 parent 1199da0 commit ad95801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ let
1313

1414
buildTools = {
1515
cabal = "latest";
16+
fourmolu = "latest";
1617
};
1718

1819
devTools = if withoutDevTools then { } else {
1920
hlint = "latest";
2021
haskell-language-server = "latest";
21-
fourmolu = "latest";
2222
};
2323

2424
in project.shellFor {

0 commit comments

Comments
 (0)