haskell-language-server: Disable several plugin checks on arm

main
Malte Brandy 3 years ago
parent 3389aab889
commit 242ab4debd
No known key found for this signature in database
GPG Key ID: 226A2D41EF5378C9
  1. 3
      pkgs/development/haskell-modules/configuration-arm.nix

@ -91,6 +91,9 @@ self: super: {
xml-html-qq = dontCheck super.xml-html-qq;
yaml-combinators = dontCheck super.yaml-combinators;
yesod-paginator = dontCheck super.yesod-paginator;
hls-pragmas-plugin = dontCheck super.hls-pragmas-plugin;
hls-call-hierarchy-plugin = dontCheck super.hls-call-hierarchy-plugin;
hls-module-name-plugin = dontCheck super.hls-module-name-plugin;
# https://github.com/ekmett/half/issues/35
half = dontCheck super.half;

Loading…
Cancel
Save