haskell.packages.ghc98.aeson: 2.2.1.0 -> 2.2.2.0

This commit is contained in:
sternenseemann 2024-05-19 22:46:02 +02:00
parent 517b3e7fad
commit 1a38ad5c56

View File

@ -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;