about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2023-05-29 07:44:11 +0900
committerDennis Gosnell <cdep.illabout@gmail.com>2023-05-29 07:44:11 +0900
commit1203b93d868cb96688abafc179f638c42b2c437b (patch)
tree60fee770d7e5b30272e195437384d9c0b5403402 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parentb9d249b3372c1ecdd8f1b07268c3e10c77267c54 (diff)
downloadnixlib-1203b93d868cb96688abafc179f638c42b2c437b.tar
nixlib-1203b93d868cb96688abafc179f638c42b2c437b.tar.gz
nixlib-1203b93d868cb96688abafc179f638c42b2c437b.tar.bz2
nixlib-1203b93d868cb96688abafc179f638c42b2c437b.tar.lz
nixlib-1203b93d868cb96688abafc179f638c42b2c437b.tar.xz
nixlib-1203b93d868cb96688abafc179f638c42b2c437b.tar.zst
nixlib-1203b93d868cb96688abafc179f638c42b2c437b.zip
haskell.packages.ghc96.ghc-lib: 9.6.1.20230312 -> 9.6.2.20230523
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.nix4
1 files changed, 2 insertions, 2 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 a80c10df756a..878551091eb8 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -77,8 +77,8 @@ self: super: {
   aeson = doDistribute self.aeson_2_1_2_1;
   memory = doDistribute self.memory_0_18_0;
 
-  ghc-lib = doDistribute self.ghc-lib_9_6_1_20230312;
-  ghc-lib-parser = doDistribute self.ghc-lib-parser_9_6_1_20230312;
+  ghc-lib = doDistribute self.ghc-lib_9_6_2_20230523;
+  ghc-lib-parser = doDistribute self.ghc-lib-parser_9_6_2_20230523;
   ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_6_0_0;
 
   # allows mtl, template-haskell, text and transformers