about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
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/configuration-ghc-9.6.x.nix
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/configuration-ghc-9.6.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix2
1 files changed, 1 insertions, 1 deletions
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;