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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user