Skip to content

Commit 0b1e900

Browse files
committed
brittany: remove as it's deprecated
1 parent af13a21 commit 0b1e900

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ use nix
9595
- [stylish-haskell](https://github.com/jaspervdj/stylish-haskell)
9696
- [hlint](https://github.com/ndmitchell/hlint)
9797
- [cabal-fmt](https://github.com/phadej/cabal-fmt)
98-
- [brittany](https://github.com/lspitzner/brittany)
9998
- [hpack](https://github.com/sol/hpack)
10099

101100
## Elm

modules/hooks.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -317,13 +317,6 @@ in
317317
"proto"
318318
];
319319
};
320-
brittany =
321-
{
322-
name = "brittany";
323-
description = "Haskell source code formatter.";
324-
entry = "${tools.brittany}/bin/brittany --write-mode=inplace";
325-
files = "\\.l?hs(-boot)?$";
326-
};
327320
dhall-format = {
328321
name = "dhall-format";
329322
description = "Dhall code formatter.";

nix/tools.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ in
5555
inherit actionlint alejandra cabal-fmt cabal2nix cargo clang-tools clippy deadnix dhall editorconfig-checker hadolint hindent hlint hpack html-tidy nix-linter nixfmt nixpkgs-fmt ormolu rustfmt shellcheck shfmt statix stylish-haskell stylua typos go mdsh revive;
5656
inherit (elmPackages) elm-format elm-review elm-test;
5757
# TODO: these two should be statically compiled
58-
inherit (haskellPackages) brittany fourmolu;
58+
inherit (haskellPackages) fourmolu;
5959
inherit (luaPackages) luacheck;
6060
inherit (nodePackages) eslint markdownlint-cli prettier;
6161
inherit (python39Packages) ansible-lint yamllint;

0 commit comments

Comments
 (0)