From 01d0057d797d1ee7822d2e67bf49a3ae5a103020 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 5 Mar 2021 20:41:04 +0100 Subject: [PATCH] hackage2nix: don't update to haskell-language-server 1.x yet Not all required dependencies have been released to Hackage yet. --- .../haskell-modules/configuration-hackage2nix.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml index 19878f47b91a..ca8b927cc174 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix.yaml @@ -73,11 +73,14 @@ default-package-overrides: # gi-gdkx11-4.x requires gtk-4.x, which is still under development and # not yet available in Nixpkgs - gi-gdkx11 < 4 - - ghcide < 0.7.4 # for hls 0.9.0 - - hls-explicit-imports-plugin < 0.1.0.1 # for hls 0.9.0 - - hls-plugin-api < 0.7.1.0 # for hls 0.9.0 - - hls-retrie-plugin < 0.1.1.1 # for hls 0.9.0 - + # Don't update yet to remain compatible with haskell-language-server-0.9.0. + - ghcide < 0.7.4 + - hls-class-plugin < 1 + - hls-explicit-imports-plugin < 0.1.0.1 + - hls-haddock-comments-plugin < 1 + - hls-plugin-api < 0.7.1.0 + - hls-retrie-plugin < 0.1.1.1 + - hls-tactics-plugin < 1 # Stackage Nightly 2021-03-01 - abstract-deque ==0.3 - abstract-par ==0.3.3