From ee0a2c935f115616dfa4ee21cf236f3cf1d3b82a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 23 Nov 2021 23:02:52 +0100 Subject: [PATCH] haskellPackages.hls-rename-plugin: allow compiling with ghcide 1.5.0 The updated bounds upstream (with no additional changes) are pending release as 1.0.0.1. https://github.com/haskell/haskell-language-server/commit/311107eabbf0537e0c192b2c377d282505b4eff1#diff-a4d51410a2d9bbbb2a72a7a055b6e7df05e69c19b914d973a7c48da72383eeb4 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d4d9f76493e7..87d1cef58570 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1443,6 +1443,10 @@ self: super: { # https://github.com/haskell/haskell-language-server/issues/2375 hls-pragmas-plugin = dontCheck super.hls-pragmas-plugin; + # 2021-11-23: Too strict bounds on ghcide, pending new release + hls-rename-plugin = assert super.hls-rename-plugin.version == "1.0.0.0"; + doJailbreak super.hls-rename-plugin; + # 2021-03-21: Test hangs # https://github.com/haskell/haskell-language-server/issues/1562 # 2021-11-13: Too strict upper bound on implicit-hie-cradle