about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-07-01 18:36:43 +0200
committersternenseemann <sternenseemann@systemli.org>2023-07-01 18:36:43 +0200
commit974363bfc16a9979b3e718357f269d520ab20957 (patch)
tree2323b8c8167ac4fa5ad0c470d8a88f09c3bc2883 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent95b5aab7d1fbf9d0c14877fbf6d5485fbd190428 (diff)
downloadnixlib-974363bfc16a9979b3e718357f269d520ab20957.tar
nixlib-974363bfc16a9979b3e718357f269d520ab20957.tar.gz
nixlib-974363bfc16a9979b3e718357f269d520ab20957.tar.bz2
nixlib-974363bfc16a9979b3e718357f269d520ab20957.tar.lz
nixlib-974363bfc16a9979b3e718357f269d520ab20957.tar.xz
nixlib-974363bfc16a9979b3e718357f269d520ab20957.tar.zst
nixlib-974363bfc16a9979b3e718357f269d520ab20957.zip
haskell.packages.ghc96.foundation: drop obsolete patch
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index e1cfe61ac3ae..f033072ba16b 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -122,18 +122,6 @@ self: super: {
   # Compilation failure workarounds
   #
 
-  # Add missing Functor instance for Tuple2
-  # https://github.com/haskell-foundation/foundation/pull/572
-  foundation = appendPatches [
-      (pkgs.fetchpatch {
-        name = "foundation-pr-572.patch";
-        url =
-          "https://github.com/haskell-foundation/foundation/commit/d3136f4bb8b69e273535352620e53f2196941b35.patch";
-        sha256 = "sha256-oPadhQdCPJHICdCPxn+GsSQUARIYODG8Ed6g2sK+eC4=";
-        stripLen = 1;
-      })
-    ] (super.foundation);
-
   # Add support for time 1.10
   # https://github.com/vincenthz/hs-hourglass/pull/56
   hourglass = appendPatches [