mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
haskellPackages.hw-prim: drop obsolete jailbreak
This commit is contained in:
parent
2c44031fe0
commit
117625921f
1 changed files with 0 additions and 7 deletions
|
|
@ -2126,13 +2126,6 @@ with haskellLib;
|
|||
# https://github.com/haskell-works/hw-string-parse/issues/43
|
||||
hw-string-parse = doJailbreak super.hw-string-parse;
|
||||
|
||||
# 2026-05-18: allow QuickCheck 2.16
|
||||
# https://github.com/haskell-works/hw-prim/issues/150
|
||||
hw-prim = lib.pipe super.hw-prim [
|
||||
(warnAfterVersion "0.6.3.2")
|
||||
doJailbreak
|
||||
];
|
||||
|
||||
# 2026-06-10: pin validation to < 1.2 due to breaking API changes affecting geojson
|
||||
validation = super.validation_1_1_5;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue