From 68602c46e8588c2686424cfeb95ffa4d32e6a3ff Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 30 Aug 2025 14:00:32 +0200 Subject: [PATCH] haskellPackages.ghc-typelits-natnormalise: drop released patch --- .../haskell-modules/configuration-ghc-9.10.x.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix index 91fa95f6af3d..075e3178f172 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.10.x.nix @@ -80,12 +80,7 @@ in stylish-haskell = doDistribute self.stylish-haskell_0_15_0_1; # 2025-08-10: Tests fail, but fix is not released yet https://github.com/clash-lang/ghc-typelits-natnormalise/issues/89 - ghc-typelits-natnormalise = appendPatch (pkgs.fetchpatch { - name = "ghc-typelits-natnormalise-0.7.11-test-fix.patch"; - url = "https://github.com/clash-lang/ghc-typelits-natnormalise/commit/a133c7e4dc38834e0cd913eeb7a10d501642dc26.patch"; - sha256 = "sha256-HqGLrbIcLJ8DP0Qe1jU4p4Tt8bykOd7qqskdNwXVcPs="; - includes = [ "tests/ErrorTests.hs" ]; - }) (doJailbreak (doDistribute super.ghc-typelits-natnormalise_0_7_12)); + ghc-typelits-natnormalise = doDistribute (doJailbreak self.ghc-typelits-natnormalise_0_7_12); # # Jailbreaks