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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user