From 7dd51c298d7c1cefe8cc10c0f8e5e93916c6c43a Mon Sep 17 00:00:00 2001 From: Dennis Gosnell Date: Mon, 29 May 2023 16:04:39 +0900 Subject: [PATCH] haskellPackages.hls-test-utils: remove unneeded patch --- pkgs/development/haskell-modules/configuration-common.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index f9337c496169..35ec2f6d297c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -130,13 +130,6 @@ self: super: { apply-refact = self.apply-refact_0_11_0_0; }; - hls-test-utils = appendPatch (fetchpatch { - name = "hls-test-utils-ghcide-1.10-compat.patch"; - url = "https://github.com/haskell/haskell-language-server/commit/014c8f90249f11a8dfa1286e67d452ccfb42b2d0.patch"; - relative = "hls-test-utils"; - hash = "sha256-sBuqSmgCQSgbXV6KPEZcIP09wbx81q5xjSg7/slH2HQ="; - }) super.hls-test-utils; - hls-rename-plugin = if lib.versionAtLeast super.ghc.version "9.4" then overrideCabal (drv: { prePatch = drv.prePatch or "" + ''