summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorEllie Hermaszewska <git@monoid.al>2021-10-19 17:15:47 +0800
committerEllie Hermaszewska <git@monoid.al>2021-10-19 17:19:32 +0800
commit5b67413b70db4ea97b7832d289c0bcc771a27b87 (patch)
tree94c493cb39d2cc9a0c93b6827a6a8d1d5191ffa0 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent40086b70009c9eb3c2a1d690c5e876838990161c (diff)
downloadnixpkgs-5b67413b70db4ea97b7832d289c0bcc771a27b87.tar
nixpkgs-5b67413b70db4ea97b7832d289c0bcc771a27b87.tar.gz
nixpkgs-5b67413b70db4ea97b7832d289c0bcc771a27b87.tar.bz2
nixpkgs-5b67413b70db4ea97b7832d289c0bcc771a27b87.tar.lz
nixpkgs-5b67413b70db4ea97b7832d289c0bcc771a27b87.tar.xz
nixpkgs-5b67413b70db4ea97b7832d289c0bcc771a27b87.tar.zst
nixpkgs-5b67413b70db4ea97b7832d289c0bcc771a27b87.zip
haskell.packages.ghc901.th-desugar: 1.11 -> 1.12
This version supports ghc901
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index 87cf1c86833..d5ab65caea7 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -75,6 +75,7 @@ self: super: {
   weeder = self.weeder_2_3_0;
   generic-lens-core = self.generic-lens-core_2_2_0_0;
   generic-lens = self.generic-lens_2_2_0_0;
+  th-desugar = self.th-desugar_1_12;
 
   # Doesn't allow Dhall 1.39.*
   weeder_2_3_0 = super.weeder_2_3_0.override {