3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.hls-rename-plugin: no aarch64-linux tests

test suite triggers same RTS issue as other hls plugins
This commit is contained in:
Ellie Hermaszewska 2022-05-05 10:05:06 +08:00
parent 3060579fac
commit 367b73a422
No known key found for this signature in database
GPG key ID: C8116E3A0C1CA76A

View file

@ -104,6 +104,7 @@ self: super: {
hls-hlint-plugin = dontCheck super.hls-hlint-plugin;
hls-ormolu-plugin = dontCheck super.hls-ormolu-plugin;
hls-haddock-comments-plugin = dontCheck super.hls-haddock-comments-plugin;
hls-rename-plugin = dontCheck super.hls-rename-plugin;
# https://github.com/ekmett/half/issues/35