mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 13:03:34 +00:00
haskellPackages.aeson-better-errors: unbreak
This commit is contained in:
parent
9a4adbf496
commit
73aeb19386
@ -181,7 +181,17 @@ self: super: {
|
||||
|
||||
# Allow aeson == 2.1.*
|
||||
# https://github.com/hdgarrood/aeson-better-errors/issues/23
|
||||
aeson-better-errors = doJailbreak super.aeson-better-errors;
|
||||
aeson-better-errors = lib.pipe super.aeson-better-errors [
|
||||
doJailbreak
|
||||
(appendPatches [
|
||||
# https://github.com/hdgarrood/aeson-better-errors/pull/25
|
||||
(fetchpatch {
|
||||
name = "mtl-2-3.patch";
|
||||
url = "https://github.com/hdgarrood/aeson-better-errors/commit/1ec49ab7d1472046b680b5a64ae2930515b47714.patch";
|
||||
hash = "sha256-xuuocWxSoBDclVp0bJ9UrDamVcDVOAFgJIi/un1xBvk=";
|
||||
})
|
||||
])
|
||||
];
|
||||
|
||||
# 2023-08-09: Jailbreak because of vector < 0.13
|
||||
# 2023-11-09: don't check because of https://github.com/tweag/monad-bayes/pull/326
|
||||
|
@ -71,7 +71,6 @@ broken-packages:
|
||||
- adtrees # failure in job https://hydra.nixos.org/build/233192320 at 2023-09-02
|
||||
- AERN-Basics # failure in job https://hydra.nixos.org/build/233246999 at 2023-09-02
|
||||
- aeson-applicative # failure in job https://hydra.nixos.org/build/233213824 at 2023-09-02
|
||||
- aeson-better-errors # failure in job https://hydra.nixos.org/build/252717339 at 2024-03-16
|
||||
- aeson-bson # failure in job https://hydra.nixos.org/build/233201964 at 2023-09-02
|
||||
- aeson-commit # failure in job https://hydra.nixos.org/build/233198515 at 2023-09-02
|
||||
- aeson-compat # failure in job https://hydra.nixos.org/build/233208257 at 2023-09-02
|
||||
|
Loading…
Reference in New Issue
Block a user