about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2023-08-18 10:40:03 +0200
committersternenseemann <sternenseemann@systemli.org>2023-08-18 10:40:03 +0200
commit14c332b453a0e0346d93811f501c5d1ac1f41956 (patch)
tree0a78eb60a11807a18b5ff26d435bef8f77375b06 /pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
parent3c62c4675e3e50ffb45cf1c5f6260bc657cce10b (diff)
downloadnixlib-14c332b453a0e0346d93811f501c5d1ac1f41956.tar
nixlib-14c332b453a0e0346d93811f501c5d1ac1f41956.tar.gz
nixlib-14c332b453a0e0346d93811f501c5d1ac1f41956.tar.bz2
nixlib-14c332b453a0e0346d93811f501c5d1ac1f41956.tar.lz
nixlib-14c332b453a0e0346d93811f501c5d1ac1f41956.tar.xz
nixlib-14c332b453a0e0346d93811f501c5d1ac1f41956.tar.zst
nixlib-14c332b453a0e0346d93811f501c5d1ac1f41956.zip
haskell.packages.ghc96: reflect version updates
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 d2fcb916020c..49e6902ff4df 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -68,7 +68,7 @@ self: super: {
   doctest = doDistribute super.doctest_0_22_0;
   http-api-data = doDistribute self.http-api-data_0_6; # allows base >= 4.18
   some = doDistribute self.some_1_0_5;
-  th-abstraction = doDistribute self.th-abstraction_0_5_0_0;
+  th-abstraction = doDistribute self.th-abstraction_0_6_0_0;
   th-desugar = doDistribute self.th-desugar_1_15;
   semigroupoids = doDistribute self.semigroupoids_6_0_0_1;
   bifunctors = doDistribute self.bifunctors_5_6_1;
@@ -81,7 +81,7 @@ self: super: {
 
   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;
+  ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_6_0_1;
 
   # v0.1.6 forbids base >= 4.18
   singleton-bool = doDistribute super.singleton-bool_0_1_7;