From 367b73a422c8267fe6e9bbae05b5fbfde09cbef2 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Thu, 5 May 2022 10:05:06 +0800 Subject: [PATCH] haskellPackages.hls-rename-plugin: no aarch64-linux tests test suite triggers same RTS issue as other hls plugins --- pkgs/development/haskell-modules/configuration-arm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-arm.nix b/pkgs/development/haskell-modules/configuration-arm.nix index f3b65167ea6..87100404418 100644 --- a/pkgs/development/haskell-modules/configuration-arm.nix +++ b/pkgs/development/haskell-modules/configuration-arm.nix @@ -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