haskell.packages.ghc96: reflect version updates

This commit is contained in:
sternenseemann 2023-08-18 10:40:03 +02:00
parent 3c62c4675e
commit 14c332b453

View file

@ -68,7 +68,7 @@ self: super: {
doctest = doDistribute super.doctest_0_22_0;
http-api-data = doDistribute self.http-api-data_0_6; # allows base >= 4.18
some = doDistribute self.some_1_0_5;
th-abstraction = doDistribute self.th-abstraction_0_5_0_0;
th-abstraction = doDistribute self.th-abstraction_0_6_0_0;
th-desugar = doDistribute self.th-desugar_1_15;
semigroupoids = doDistribute self.semigroupoids_6_0_0_1;
bifunctors = doDistribute self.bifunctors_5_6_1;
@ -81,7 +81,7 @@ self: super: {
ghc-lib = doDistribute self.ghc-lib_9_6_2_20230523;
ghc-lib-parser = doDistribute self.ghc-lib-parser_9_6_2_20230523;
ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_6_0_0;
ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_6_0_1;
# v0.1.6 forbids base >= 4.18
singleton-bool = doDistribute super.singleton-bool_0_1_7;