about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-05-17 23:53:52 +0200
committersternenseemann <sternenseemann@systemli.org>2023-05-17 23:53:52 +0200
commit259d93b07faf7d33a96725bca0766d7c68fea1dd (patch)
treec5a1747a4b142aea36a844a76a632a84d5dd95e4 /pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
parent6d84a7071d24eacc8ce7144f491f76b8ed0c8ae7 (diff)
downloadnixlib-259d93b07faf7d33a96725bca0766d7c68fea1dd.tar
nixlib-259d93b07faf7d33a96725bca0766d7c68fea1dd.tar.gz
nixlib-259d93b07faf7d33a96725bca0766d7c68fea1dd.tar.bz2
nixlib-259d93b07faf7d33a96725bca0766d7c68fea1dd.tar.lz
nixlib-259d93b07faf7d33a96725bca0766d7c68fea1dd.tar.xz
nixlib-259d93b07faf7d33a96725bca0766d7c68fea1dd.tar.zst
nixlib-259d93b07faf7d33a96725bca0766d7c68fea1dd.zip
haskell.packages.ghc945.ghc-lib{,-parser}: use 9.4.5 versions
Additionally, we fix an apparent mistake causing ghc-lib-parser to be
used as the ghc-lib attribute.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
index 98a64926c030..52b15fbf4f3a 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.4.x.nix
@@ -81,8 +81,8 @@ in {
   dec = doJailbreak super.dec;
   ed25519 = doJailbreak super.ed25519;
   ghc-byteorder = doJailbreak super.ghc-byteorder;
-  ghc-lib = doDistribute self.ghc-lib-parser_9_4_4_20221225;
-  ghc-lib-parser = doDistribute self.ghc-lib-parser_9_4_4_20221225;
+  ghc-lib = doDistribute self.ghc-lib_9_4_5_20230430;
+  ghc-lib-parser = doDistribute self.ghc-lib-parser_9_4_5_20230430;
   ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_4_0_0;
   hackage-security = doJailbreak super.hackage-security;
   hashable-time = doJailbreak super.hashable-time;