From 295066c43d74b2ac73439dcc1d17639d2e55298b Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 2 Mar 2023 13:58:19 +0100 Subject: [PATCH] haskell.packages.ghc94.aeson: 2.1.1.0 -> 2.1.2.1 --- pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix | 2 +- 1 file changed, 1 insertion(+), 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 41b26b1e9d2d..b09cd1144125 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,7 @@ in { # Jailbreaks & Version Updates - aeson = self.aeson_2_1_1_0; + aeson = doDistribute self.aeson_2_1_2_1; assoc = doJailbreak super.assoc; async = doJailbreak super.async;