haskellPackages.req: drop obsolete override

The bound may still be incorrect, but with Stackage LTS 24 we have
updated our data-default-class version as well.
This commit is contained in:
sternenseemann
2025-08-07 14:16:15 +02:00
parent 7040b77b40
commit 5d0598aea1

View File

@@ -919,13 +919,6 @@ with haskellLib;
katt = dontCheck super.katt;
language-slice = dontCheck super.language-slice;
# Bogus lower bound on data-default-class added via Hackage revision
# https://github.com/mrkkrp/req/pull/180#issuecomment-2628201485
req = overrideCabal {
revision = null;
editedCabalFile = null;
} super.req;
# Group of libraries by same upstream maintainer for interacting with
# Telegram messenger. Bit-rotted a bit since 2020.
tdlib = appendPatch (fetchpatch {