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

This commit is contained in:
Malte Brandy 2021-09-19 15:10:35 +02:00
parent 3389aab889
commit 242ab4debd
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -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;