From 5b67413b70db4ea97b7832d289c0bcc771a27b87 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Tue, 19 Oct 2021 17:15:47 +0800 Subject: [PATCH] haskell.packages.ghc901.th-desugar: 1.11 -> 1.12 This version supports ghc901 --- pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix | 1 + 1 file changed, 1 insertion(+) 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 87cf1c868338..d5ab65caea71 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 {