haskellPackages.hls-rename-plugin: unbreak

main
sternenseemann 2 years ago
parent 4d96a2c0b4
commit f7f47b9b91
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix
  2. 1
      pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
  3. 2
      pkgs/development/haskell-modules/hackage-packages.nix

@ -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

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

@ -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

Loading…
Cancel
Save