haskellPackages.algebraic-graphs: drop patch

Already applied upstream.
This commit is contained in:
Wolfgang Walther 2026-05-17 13:51:04 +02:00
commit 7fe7f911c5
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -765,13 +765,6 @@ with haskellLib;
})
] super.turtle;
# Allow inspection-testing >= 0.6 in test suite
algebraic-graphs = appendPatch (pkgs.fetchpatch2 {
name = "algebraic-graphs-0.7-allow-inspection-testing-0.6.patch";
url = "https://github.com/snowleopard/alga/commit/d4e43fb42db05413459fb2df493361d5a666588a.patch";
hash = "sha256-feGEuALVJ0Zl8zJPIfgEFry9eH/MxA0Aw7zlDq0PC/s=";
}) super.algebraic-graphs;
inspection-testing = overrideCabal (drv: {
broken =
with pkgs.stdenv.hostPlatform;