haskellPackages.ascii*: relax upper bound on tasty-hedgehog

This commit is contained in:
sternenseemann 2025-04-22 03:05:46 +02:00
parent 188a8e5762
commit 1f0bb03ee8

View file

@ -1670,6 +1670,11 @@ self: super:
revision = null;
}) super.svgcairo;
# Too strict upper bound on tasty-hedgehog (<1.5)
# https://github.com/typeclasses/ascii-predicates/pull/1
ascii-predicates = doJailbreak super.ascii-predicates;
ascii-numbers = doJailbreak super.ascii-numbers;
# Upstream PR: https://github.com/jkff/splot/pull/9
splot = appendPatch (fetchpatch {
url = "https://github.com/jkff/splot/commit/a6710b05470d25cb5373481cf1cfc1febd686407.patch";