From 6a09d33c5566afcd01faf326532fb0f978e153e0 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 22 Apr 2025 01:42:01 +0200 Subject: [PATCH] haskellPackages.aeson-extra: allow newer tasty dependencies --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index c4fd3b1a5ad0..2f449a86977c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2597,6 +2597,10 @@ self: super: # https://github.com/haskellari/lattices/issues/132 lattices = doJailbreak super.lattices; + # Too strict bounds on tasty <1.5 and tasty-quickcheck <0.11 + # https://github.com/phadej/aeson-extra/issues/62 + aeson-extra = doJailbreak super.aeson-extra; + # Support tasty-quickcheck 0.11: https://github.com/Bodigrim/mod/pull/26 mod = appendPatch (fetchpatch { url = "https://github.com/Bodigrim/mod/commit/30596fb9d85b69ec23ecb05ef9a7c91d67901cfd.patch";