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 317
317
"proto"
318
318
] ;
319
319
} ;
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
- } ;
327
320
dhall-format = {
328
321
name = "dhall-format" ;
329
322
description = "Dhall code formatter." ;
Original file line number Diff line number Diff line change 55
55
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 ;
56
56
inherit ( elmPackages ) elm-format elm-review elm-test ;
57
57
# TODO: these two should be statically compiled
58
- inherit ( haskellPackages ) brittany fourmolu ;
58
+ inherit ( haskellPackages ) fourmolu ;
59
59
inherit ( luaPackages ) luacheck ;
60
60
inherit ( nodePackages ) eslint markdownlint-cli prettier ;
61
61
inherit ( python39Packages ) ansible-lint yamllint ;
You can’t perform that action at this time.
0 commit comments