haskellPackages.statistics: allow doctest >= 0.25

This commit is contained in:
sterni 2026-06-23 10:17:12 +02:00
commit fdbcfd8b47

View file

@ -2125,6 +2125,10 @@ with haskellLib;
# 2026-06-10: pin validation to < 1.2 due to breaking API changes affecting geojson
validation = super.validation_1_1_5;
# 2026-06-22: allow doctest >= 0.25
# https://github.com/haskell/statistics/issues/232
statistics = doJailbreak super.statistics;
# too strict bounds on extra < 1.8
# https://github.com/georgefst/svgone/pull/3
svgone = doJailbreak super.svgone;