mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 17:53:37 +00:00
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.
311107eabb (diff-a4d51410a2d9bbbb2a72a7a055b6e7df05e69c19b914d973a7c48da72383eeb4)
This commit is contained in:
parent
2f98c1824c
commit
ee0a2c935f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user