haskellPackages.aeson-better-errors: unbreak

t4ccer 73aeb193 9a4adbf4

Changed files
+11 -2
pkgs
development
haskell-modules
configuration-hackage2nix
+11 -1
pkgs/development/haskell-modules/configuration-common.nix
···
# 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
-1
pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
···
- 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