about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2023-12-05 19:18:04 +0100
committerNaïm Favier <n@monade.li>2023-12-05 19:19:54 +0100
commitaa1ab6c835a0f45d97fe8024b3ab3e6dbf6f4789 (patch)
treee614758e4c7122f833809deece7ccb1c28b61cbc /pkgs/development/haskell-modules
parent13b168179cff8315c0d1237f7b520315b5fe2eb2 (diff)
downloadnixlib-aa1ab6c835a0f45d97fe8024b3ab3e6dbf6f4789.tar
nixlib-aa1ab6c835a0f45d97fe8024b3ab3e6dbf6f4789.tar.gz
nixlib-aa1ab6c835a0f45d97fe8024b3ab3e6dbf6f4789.tar.bz2
nixlib-aa1ab6c835a0f45d97fe8024b3ab3e6dbf6f4789.tar.lz
nixlib-aa1ab6c835a0f45d97fe8024b3ab3e6dbf6f4789.tar.xz
nixlib-aa1ab6c835a0f45d97fe8024b3ab3e6dbf6f4789.tar.zst
nixlib-aa1ab6c835a0f45d97fe8024b3ab3e6dbf6f4789.zip
haskellPackages: fix eval some more
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index fb9a186ac037..ccf7e0f2ac67 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -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
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
index fb6d9bce9f36..fb79b65be137 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -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;