mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
haskellPackages.statistics: allow doctest >= 0.25
This commit is contained in:
parent
eff6c0e60e
commit
fdbcfd8b47
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue