haskell.packages.ghc98: bump upgrades to their latest hackage rel.
We should keep an eye on megaparsec which had a breaking update according to PVP.
This commit is contained in:
@@ -53,11 +53,11 @@ self: super: {
|
||||
#
|
||||
# Version upgrades
|
||||
#
|
||||
th-abstraction = doDistribute self.th-abstraction_0_7_0_0;
|
||||
ghc-lib-parser = doDistribute self.ghc-lib-parser_9_8_3_20241103;
|
||||
th-abstraction = doDistribute self.th-abstraction_0_7_1_0;
|
||||
ghc-lib-parser = doDistribute self.ghc-lib-parser_9_8_4_20241130;
|
||||
ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_8_0_2;
|
||||
ghc-lib = doDistribute self.ghc-lib_9_8_3_20241103;
|
||||
megaparsec = doDistribute self.megaparsec_9_6_1;
|
||||
ghc-lib = doDistribute self.ghc-lib_9_8_4_20241130;
|
||||
megaparsec = doDistribute self.megaparsec_9_7_0;
|
||||
# aeson 2.2.3.0 seemingly unnecessesarily bumped the lower bound on hashable
|
||||
# https://github.com/haskell/aeson/commit/1a666febd0775d8e88d315ece1b97cd20602fb5f
|
||||
aeson = doJailbreak (doDistribute self.aeson_2_2_3_0);
|
||||
|
||||
Reference in New Issue
Block a user