about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Orchard <thefirstmuffinman@gmail.com>2023-11-14 16:04:02 +0000
committerBen Orchard <thefirstmuffinman@gmail.com>2023-11-14 16:40:46 +0000
commitc504b4d46bd9fd268cda7febad354560b375826c (patch)
tree01ace6bf2eb1464243f6b24aaeb340194610bb33
parente15afd6e349e8755f951b92292760aaec7f7bbc9 (diff)
downloadnixlib-c504b4d46bd9fd268cda7febad354560b375826c.tar
nixlib-c504b4d46bd9fd268cda7febad354560b375826c.tar.gz
nixlib-c504b4d46bd9fd268cda7febad354560b375826c.tar.bz2
nixlib-c504b4d46bd9fd268cda7febad354560b375826c.tar.lz
nixlib-c504b4d46bd9fd268cda7febad354560b375826c.tar.xz
nixlib-c504b4d46bd9fd268cda7febad354560b375826c.tar.zst
nixlib-c504b4d46bd9fd268cda7febad354560b375826c.zip
haskellPackages.ghc96.th-desugar: update reference 1.15 -> 1.16
-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 578dc6451bd3..d1ff2f03f37f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.6.x.nix
@@ -69,7 +69,7 @@ self: super: {
   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_6_0_0;
-  th-desugar = doDistribute self.th-desugar_1_15;
+  th-desugar = doDistribute self.th-desugar_1_16;
   semigroupoids = doDistribute self.semigroupoids_6_0_0_1;
   bifunctors = doDistribute self.bifunctors_5_6_1;
   base-compat = doDistribute self.base-compat_0_13_1;