about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2022-11-18 14:29:31 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2022-11-18 14:29:31 +0900
commit84b4f550bdfd1b237971a61d45fdd1f2577ff8cc (patch)
tree35f3640e8227e4d61812f2f79bd4d4b6a926826f /pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
parent555fb2c0c48e9e8edd755e1844e7ac985ab1bbc1 (diff)
downloadnixlib-84b4f550bdfd1b237971a61d45fdd1f2577ff8cc.tar
nixlib-84b4f550bdfd1b237971a61d45fdd1f2577ff8cc.tar.gz
nixlib-84b4f550bdfd1b237971a61d45fdd1f2577ff8cc.tar.bz2
nixlib-84b4f550bdfd1b237971a61d45fdd1f2577ff8cc.tar.lz
nixlib-84b4f550bdfd1b237971a61d45fdd1f2577ff8cc.tar.xz
nixlib-84b4f550bdfd1b237971a61d45fdd1f2577ff8cc.tar.zst
nixlib-84b4f550bdfd1b237971a61d45fdd1f2577ff8cc.zip
haskellPackages.ghc-lib: 9_2_4_20220729 -> 9_2_5_20221107
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
index 587af092fc47..fdabda3e58a9 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.2.x.nix
@@ -105,8 +105,8 @@ self: super: {
       self.data-default
     ] ++ drv.libraryHaskellDepends or [];
   }) super.ghc-exactprint;
-  ghc-lib = doDistribute self.ghc-lib_9_2_4_20220729;
-  ghc-lib-parser = doDistribute self.ghc-lib-parser_9_2_4_20220729;
+  ghc-lib = doDistribute self.ghc-lib_9_2_5_20221107;
+  ghc-lib-parser = doDistribute self.ghc-lib-parser_9_2_5_20221107;
   ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_2_1_1;
   hackage-security = doJailbreak super.hackage-security;
   hashable = super.hashable_1_4_1_0;