mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
haskellPackages.ascii*: relax upper bound on tasty-hedgehog
This commit is contained in:
parent
188a8e5762
commit
1f0bb03ee8
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue