From 325e25e0ca74d40d7e8ede93e534e85e8031a671 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Sat, 18 Sep 2021 01:12:20 +0200 Subject: [PATCH] haskellPackages.hls-stylish-haskell-plugin: Jailbreak to fix build --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 47c1606b3826..053752edd6fa 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1936,4 +1936,7 @@ EOT # 2021-09-14: Tests are flaky. hls-splice-plugin = dontCheck super.hls-splice-plugin; + # 2021-09-18: https://github.com/haskell/haskell-language-server/issues/2205 + hls-stylish-haskell-plugin = doJailbreak super.hls-stylish-haskell-plugin; + } // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super