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-11-08 23:05:38 +0800
committerEllie Hermaszewska <git@monoid.al>2021-11-08 23:05:38 +0800
commit17e2591d9b216634ab501293efa2ba4c55ff6bc9 (patch)
tree278dd99d2c4bee7b025fda5bf3bbc1a3d571b5ee /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent2413ab9e72fe4933c832cc216d6fbc23beef2f10 (diff)
downloadnixpkgs-17e2591d9b216634ab501293efa2ba4c55ff6bc9.tar
nixpkgs-17e2591d9b216634ab501293efa2ba4c55ff6bc9.tar.gz
nixpkgs-17e2591d9b216634ab501293efa2ba4c55ff6bc9.tar.bz2
nixpkgs-17e2591d9b216634ab501293efa2ba4c55ff6bc9.tar.lz
nixpkgs-17e2591d9b216634ab501293efa2ba4c55ff6bc9.tar.xz
nixpkgs-17e2591d9b216634ab501293efa2ba4c55ff6bc9.tar.zst
nixpkgs-17e2591d9b216634ab501293efa2ba4c55ff6bc9.zip
haskell.packages.ghc901.autoapply: jailbreak
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.nix3
1 files changed, 2 insertions, 1 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 4b0c0754bb8..b461b45af02 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 {