From 17e2591d9b216634ab501293efa2ba4c55ff6bc9 Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Mon, 8 Nov 2021 23:05:38 +0800 Subject: [PATCH] haskell.packages.ghc901.autoapply: jailbreak --- pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 4b0c0754bb88..b461b45af02d 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix @@ -76,7 +76,8 @@ self: super: { 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_13; - autoapply = self.autoapply_0_4_1_1; + # 2021-11-08: Fixed in autoapply-0.4.2 + autoapply = doJailbreak self.autoapply_0_4_1_1; # Doesn't allow Dhall 1.39.* weeder_2_3_0 = super.weeder_2_3_0.override {