From 70ec07b998ba7bb60f2a2b5872d3b46c72fb052a Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Tue, 7 Mar 2023 20:07:34 +0100 Subject: [PATCH] haskell.packages.ghc94.aeson: allow quickcheck-instances 0.3.28 --- pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix index 5bdd1686935a..e063268f9680 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix @@ -71,7 +71,8 @@ in { # Jailbreaks & Version Updates - aeson = doDistribute self.aeson_2_1_2_1; + # Jailbreak to allow quickcheck-instances-0.3.28 (too strict lower bound) + aeson = doDistribute (doJailbreak self.aeson_2_1_2_1); assoc = doJailbreak super.assoc; async = doJailbreak super.async;