haskellPackages.ghc-lib: fix eval
This commit is contained in:
@@ -2997,7 +2997,7 @@ self: super: {
|
||||
}) super.kmonad;
|
||||
|
||||
ghc-syntax-highlighter_0_0_11_0 = super.ghc-syntax-highlighter_0_0_11_0.overrideScope(self: super: {
|
||||
ghc-lib-parser = self.ghc-lib-parser_9_8_2_20240223;
|
||||
ghc-lib-parser = self.ghc-lib-parser_9_10_1_20240511;
|
||||
});
|
||||
|
||||
# 2024-03-17: broken
|
||||
|
||||
@@ -53,9 +53,9 @@ self: super: {
|
||||
# Version upgrades
|
||||
#
|
||||
th-abstraction = doDistribute self.th-abstraction_0_7_0_0;
|
||||
ghc-lib-parser = doDistribute self.ghc-lib-parser_9_8_2_20240223;
|
||||
ghc-lib-parser = doDistribute self.ghc-lib-parser_9_10_1_20240511;
|
||||
ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_8_0_2;
|
||||
ghc-lib = doDistribute self.ghc-lib_9_8_2_20240223;
|
||||
ghc-lib = doDistribute self.ghc-lib_9_10_1_20240511;
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user