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.
This commit is contained in:
sternenseemann
2025-09-22 21:44:24 +02:00
parent ffd683af2b
commit b9c061dc97
@@ -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);