haskellPackages.nvfetcher: jailbreak
This commit is contained in:
committed by
sternenseemann
parent
2a69939374
commit
0d1525507b
@@ -3433,6 +3433,12 @@ with haskellLib;
|
||||
# 2025-5-15: Too strict bounds on base <4.19, see: https://github.com/zachjs/sv2v/issues/317
|
||||
sv2v = doJailbreak super.sv2v;
|
||||
|
||||
# 2025-09-20: New revision already on hackage.
|
||||
nvfetcher = lib.pipe super.nvfetcher [
|
||||
(warnAfterVersion "0.7.0.0")
|
||||
doJailbreak
|
||||
];
|
||||
|
||||
# 2025-06-25: Upper bounds of transformers and bytestring too strict,
|
||||
# as haskore 0.2.0.8 was released in 2016 and is quite outdated.
|
||||
# Tests fail with:
|
||||
|
||||
Reference in New Issue
Block a user