Skip to content

Commit 4018541

Browse files
committed
brittany: remove as it's deprecated
1 parent 6beacee commit 4018541

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
@@ -385,13 +385,6 @@ in
385385
"proto"
386386
];
387387
};
388-
brittany =
389-
{
390-
name = "brittany";
391-
description = "Haskell source code formatter.";
392-
entry = "${tools.brittany}/bin/brittany --write-mode=inplace";
393-
files = "\\.l?hs(-boot)?$";
394-
};
395388
dhall-format = {
396389
name = "dhall-format";
397390
description = "Dhall code formatter.";

nix/tools.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ in
5757
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 go-tools;
5858
inherit (elmPackages) elm-format elm-review elm-test;
5959
# TODO: these two should be statically compiled
60-
inherit (haskellPackages) brittany fourmolu;
60+
inherit (haskellPackages) fourmolu;
6161
inherit (luaPackages) luacheck;
6262
inherit (nodePackages) eslint markdownlint-cli prettier;
6363
inherit (python39Packages) ansible-lint yamllint;

0 commit comments

Comments
 (0)