Skip to content

Commit 5e6f19a

Browse files
committed
Add fourmolu to shell
1 parent bded05b commit 5e6f19a

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
@@ -6,5 +6,5 @@ shellFor {
66
doBenchmark = true;
77
doTest = true;
88
packages = p: with builtins; map (name: p.${name}) (attrNames ourSources);
9-
buildInputs = [ cabal-install nixpkgs.haskellPackages.haskell-language-server ];
9+
buildInputs = [ cabal-install nixpkgs.haskellPackages.haskell-language-server nixpkgs.haskellPackages.fourmolu ];
1010
}

0 commit comments

Comments
 (0)