haskellPackages.ghc96.fgl: update reference 5.8.1.1 -> 5.8.2.0

This commit is contained in:
Ben Orchard 2023-11-14 15:51:53 +00:00
parent 911ad1e67f
commit e15afd6e34

View file

@ -74,7 +74,7 @@ self: super: {
bifunctors = doDistribute self.bifunctors_5_6_1;
base-compat = doDistribute self.base-compat_0_13_1;
base-compat-batteries = doDistribute self.base-compat-batteries_0_13_1;
fgl = doDistribute self.fgl_5_8_1_1;
fgl = doDistribute self.fgl_5_8_2_0;
# Because we bumped the version of th-abstraction above.^
aeson = doJailbreak super.aeson;