From 38df6e7a57de75acd0a8dfb9109ec7dd3984863d Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Thu, 24 Mar 2022 18:58:17 +0100 Subject: [PATCH] haskellPackages.arch-web: jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8b3a77d0acd3..6f03025159f7 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -689,6 +689,9 @@ self: super: { # 2022-03-24: Strict aeson bound: https://github.com/berberman/nvfetcher/pull/63 nvfetcher = pkgs.lib.throwIfNot (super.nvfetcher.version == "0.4.0.0") "nvfetcher: remove jailbreak after update" doJailbreak super.nvfetcher; + # 2022-03-24: Strict aeson bound: + arch-web = pkgs.lib.throwIfNot (super.arch-web.version == "0.1.0") "arch-web: remove jailbreak after update" doJailbreak super.arch-web; + # Djinn's last release was 2014, incompatible with Semigroup-Monoid Proposal # https://github.com/augustss/djinn/pull/8 djinn = appendPatch (pkgs.fetchpatch {