haskellPackages: fix eval some more
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user