From b9c061dc974513326839c6effebd93733988bd09 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Mon, 22 Sep 2025 20:08:28 +0200 Subject: [PATCH] haskell.packages.ghc92.language-javascript_0_7_0_0: drop obsolete override The issue with utf8-light appears to have been resolved and haskell.packages./ghc92/.language-javascript_0_7_0_0 is completely unused. --- pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix index 8bc8c6b6d2a9..d6ecdb58ec66 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix @@ -105,11 +105,6 @@ self: super: { # Jailbreaks & Version Updates hashable-time = doJailbreak super.hashable-time; - # Depends on utf8-light which isn't maintained / doesn't support base >= 4.16 - # https://github.com/haskell-infra/hackage-trustees/issues/347 - # https://mail.haskell.org/pipermail/haskell-cafe/2022-October/135613.html - language-javascript_0_7_0_0 = dontCheck super.language-javascript_0_7_0_0; - # Needs to match ghc-lib version ghc-tags = doDistribute (doJailbreak self.ghc-tags_1_7);