From e319538a91d946eb38bb6044cf2acf987f5253df Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Thu, 5 May 2022 10:44:14 +0800 Subject: [PATCH] haskellPackages.hls-fourmolu-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 87100404418..a82a26f8153 100644 --- a/pkgs/development/haskell-modules/configuration-arm.nix +++ b/pkgs/development/haskell-modules/configuration-arm.nix @@ -105,6 +105,7 @@ self: super: { 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; + hls-fourmolu-plugin = dontCheck super.hls-fourmolu-plugin; # https://github.com/ekmett/half/issues/35