File tree Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Expand file tree Collapse file tree 3 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ use nix
95
95
- [ stylish-haskell] ( https://github.com/jaspervdj/stylish-haskell )
96
96
- [ hlint] ( https://github.com/ndmitchell/hlint )
97
97
- [ cabal-fmt] ( https://github.com/phadej/cabal-fmt )
98
- - [ brittany] ( https://github.com/lspitzner/brittany )
99
98
- [ hpack] ( https://github.com/sol/hpack )
100
99
101
100
## Elm
Original file line number Diff line number Diff line change 385
385
"proto"
386
386
] ;
387
387
} ;
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
- } ;
395
388
dhall-format = {
396
389
name = "dhall-format" ;
397
390
description = "Dhall code formatter." ;
Original file line number Diff line number Diff line change 57
57
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 ;
58
58
inherit ( elmPackages ) elm-format elm-review elm-test ;
59
59
# TODO: these two should be statically compiled
60
- inherit ( haskellPackages ) brittany fourmolu ;
60
+ inherit ( haskellPackages ) fourmolu ;
61
61
inherit ( luaPackages ) luacheck ;
62
62
inherit ( nodePackages ) eslint markdownlint-cli prettier ;
63
63
inherit ( python39Packages ) ansible-lint yamllint ;
You can’t perform that action at this time.
0 commit comments