haskell.packages.ghc96.foundation: drop obsolete patch

This commit is contained in:
sternenseemann 2023-07-01 18:36:43 +02:00
parent 95b5aab7d1
commit 974363bfc1

View file

@ -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 [