From 958cbcd4d7a3d0b9bdf6c0101bab6821bbe9ce2b Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Mon, 12 May 2025 14:10:04 +0100 Subject: [PATCH] haskellPackages: remove patches merged upstream --- .../haskell-modules/configuration-common.nix | 31 ------------------- 1 file changed, 31 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 72716e9da8cf..74682bad8942 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1556,37 +1556,6 @@ self: super: lsp = self.lsp_2_1_0_0; }; - ghcjs-dom-hello = appendPatches [ - (fetchpatch { - url = "https://github.com/ghcjs/ghcjs-dom-hello/commit/53991df6a4eba9f1e9633eb22f6a0486a79491c3.patch"; - sha256 = "sha256-HQeUgjvzYyY14+CDYiMahAMn7fBcy2d7p8/kqGq+rnI="; - }) - (fetchpatch { - url = "https://github.com/ghcjs/ghcjs-dom-hello/commit/d766d937121f7ea5c4c154bd533a1eae47f531c9.patch"; - sha256 = "sha256-QTkH+L+JMwGyuoqzHBnrokT7KzpHC4YiAWoeiaFBLUw="; - }) - (fetchpatch { - url = "https://github.com/ghcjs/ghcjs-dom-hello/commit/831464d995f4033c9aa84f9ed9fb37a268f34d4e.patch"; - sha256 = "sha256-hQMy+78geTuxd3kbdiyYqoAFrauu90HbpPi0EEKjMzM="; - }) - ] super.ghcjs-dom-hello; - - # Needs https://github.com/ghcjs/jsaddle-hello/pull/5 and hackage release - jsaddle-hello = appendPatches [ - (fetchpatch { - url = "https://github.com/ghcjs/jsaddle-hello/commit/c4de837675117b821c50a5079d20d84ec16ff26a.patch"; - sha256 = "sha256-NsM7QqNLt5V8i5bveYgMrawGnZVsIuAoJfBF75jBwV0="; - }) - (fetchpatch { - url = "https://github.com/ghcjs/jsaddle-hello/commit/5c437363833684ea951ec74a0d0fdf5b6fbaca85.patch"; - sha256 = "sha256-CUyZsts0FAQ3c8Z+zfvwbmlAJCMcidV80n8dA/SoRls="; - }) - (fetchpatch { - url = "https://github.com/ghcjs/jsaddle-hello/commit/e2da9e266fbfa8f7fcf3009ab6cfbf825a8bcf7a.patch"; - sha256 = "sha256-WL0CcnlMt6KI7MOZMg74fNN/I4gYSO3n+GiaXB2BOP0="; - }) - ] super.jsaddle-hello; - # Tests disabled and broken override needed because of missing lib chrome-test-utils: https://github.com/reflex-frp/reflex-dom/issues/392 reflex-dom-core = lib.pipe super.reflex-dom-core [ doDistribute