haskellPackages: fix eval some more

This commit is contained in:
Naïm Favier
2023-12-05 19:19:54 +01:00
parent 13b168179c
commit aa1ab6c835
2 changed files with 2 additions and 2 deletions
@@ -2703,7 +2703,7 @@ self: super: {
ghc-lib-parser = self.ghc-lib-parser_9_6_3_20231121;
});
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_1_20231009;
ghc-lib-parser = self.ghc-lib-parser_9_8_1_20231121;
});
# Needs a matching version of ipython-kernel and a
@@ -91,7 +91,7 @@ self: super: {
# https://github.com/mokus0/th-extras/pull/21
th-extras = doJailbreak super.th-extras;
ghc-lib = doDistribute self.ghc-lib_9_6_3_20231014;
ghc-lib = doDistribute self.ghc-lib_9_6_3_20231121;
ghc-lib-parser = doDistribute self.ghc-lib-parser_9_6_3_20231121;
ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_6_0_2;