haskellPackages.hls-rename-plugin: unbreak

This commit is contained in:
sternenseemann 2022-02-16 09:46:12 +01:00
parent 4d96a2c0b4
commit f7f47b9b91
3 changed files with 0 additions and 7 deletions

View file

@ -1459,10 +1459,6 @@ 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

View file

@ -2222,7 +2222,6 @@ broken-packages:
- hlongurl
- hlrdb-core
- hls-exactprint-utils
- hls-rename-plugin
- hlwm
- hmarkup
- hmatrix-banded

View file

@ -137628,8 +137628,6 @@ self: {
testHaskellDepends = [ base filepath hls-test-utils ];
description = "Rename plugin for Haskell Language Server";
license = lib.licenses.asl20;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"hls-retrie-plugin" = callPackage