Skip to content

Commit

Permalink
dev: Remove unused fourmolu from HLS
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Jul 21, 2022
1 parent 1a3a251 commit 09e80b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nix/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,13 @@ let
rio = haskell.lib.dontCheck super.rio;

hie-bios = haskell.lib.compose.appendPatch ./hie-bios.patch super.hie-bios;

# Dodge build failures of components we don't need.
haskell-language-server = haskell.lib.compose.appendConfigureFlags [ "-f-fourmolu" ] (
super.haskell-language-server.override {
hls-fourmolu-plugin = null;
}
);
}
);

Expand Down

0 comments on commit 09e80b7

Please sign in to comment.