lol

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

+3
+3
pkgs/development/haskell-modules/configuration-arm.nix
··· 91 91 xml-html-qq = dontCheck super.xml-html-qq; 92 92 yaml-combinators = dontCheck super.yaml-combinators; 93 93 yesod-paginator = dontCheck super.yesod-paginator; 94 + hls-pragmas-plugin = dontCheck super.hls-pragmas-plugin; 95 + hls-call-hierarchy-plugin = dontCheck super.hls-call-hierarchy-plugin; 96 + hls-module-name-plugin = dontCheck super.hls-module-name-plugin; 94 97 95 98 # https://github.com/ekmett/half/issues/35 96 99 half = dontCheck super.half;