about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2024-01-04 12:52:23 +0100
committersternenseemann <sternenseemann@systemli.org>2024-01-04 12:52:23 +0100
commita89d7c91ea9c6fae262f8d1b61c40ad772dcd00b (patch)
tree4298faf33ec0ff12a1cdc0e1669284febb0bbbdd /pkgs/development/haskell-modules
parent0d94d0411a0a2362b337ae6517b616aee0740a72 (diff)
downloadnixlib-a89d7c91ea9c6fae262f8d1b61c40ad772dcd00b.tar
nixlib-a89d7c91ea9c6fae262f8d1b61c40ad772dcd00b.tar.gz
nixlib-a89d7c91ea9c6fae262f8d1b61c40ad772dcd00b.tar.bz2
nixlib-a89d7c91ea9c6fae262f8d1b61c40ad772dcd00b.tar.lz
nixlib-a89d7c91ea9c6fae262f8d1b61c40ad772dcd00b.tar.xz
nixlib-a89d7c91ea9c6fae262f8d1b61c40ad772dcd00b.tar.zst
nixlib-a89d7c91ea9c6fae262f8d1b61c40ad772dcd00b.zip
haskellPackages.{ghcide,hls-plugin-api}: drop obsolete overrides
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index c08b9a83b982..46b58d19790a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -121,17 +121,6 @@ self: super: {
   # For -f-auto see cabal.project in haskell-language-server.
   ghc-lib-parser-ex = addBuildDepend self.ghc-lib-parser (disableCabalFlag "auto" super.ghc-lib-parser-ex);
 
-  # 2023-12-03: https://github.com/haskell/haskell-language-server/pull/3867
-  hls-plugin-api = appendPatch (fetchpatch {
-    url = "https://github.com/haskell/haskell-language-server/commit/1c884ea856cceeaa3254a2ef68c8ab3a3c353153.patch";
-    relative = "hls-plugin-api";
-    hash = "sha256-vlXPdEvmuIl+cM+u/GdHi8r72r4+Tqtsvx0CGbWEFCQ=";
-  }) (doJailbreak super.hls-plugin-api);
-  ghcide = appendPatch (fetchpatch {
-    url = "https://github.com/haskell/haskell-language-server/commit/1c884ea856cceeaa3254a2ef68c8ab3a3c353153.patch";
-    relative = "ghcide";
-    hash = "sha256-1URXyQf88v3hjFGvNmcIjHxJ5vExH3iI92XktDrQs0U=";
-  }) (doJailbreak super.ghcide);
   hls-test-utils = doJailbreak super.hls-test-utils;
   hls-alternate-number-format-plugin = doJailbreak super.hls-alternate-number-format-plugin;
   hls-cabal-plugin = doJailbreak super.hls-cabal-plugin;