about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2024-05-19 22:46:02 +0200
committersternenseemann <sternenseemann@systemli.org>2024-05-19 22:46:02 +0200
commit1a38ad5c5639fbdba01106dc6a4651522446c483 (patch)
tree4e590d59a8503f11f2c60fca78574c63b8ed818c /pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
parent517b3e7fadbc44baa958921781ae6eb4fff74e46 (diff)
haskell.packages.ghc98.aeson: 2.2.1.0 -> 2.2.2.0
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
index 551a0ee99baee..d3367a158e82b 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.8.x.nix
@@ -59,7 +59,7 @@ self: super: {
   megaparsec = doDistribute self.megaparsec_9_6_1;
   # TODO: remove when aeson updates or launches a revision
   # see https://github.com/haskell/aeson/issues/1089 and https://github.com/haskell/aeson/pulls/1088
-  aeson = doJailbreak (doDistribute self.aeson_2_2_1_0);
+  aeson = doJailbreak (doDistribute self.aeson_2_2_2_0);
   attoparsec-aeson = doDistribute self.attoparsec-aeson_2_2_0_1;
   xmonad = doDistribute self.xmonad_0_18_0;
   apply-refact = self.apply-refact_0_14_0_0;