From 3cf437e4617fdad853616f3c3a50468b92d28037 Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Wed, 16 Mar 2022 01:36:27 +0100 Subject: [PATCH] haskellPackages.shower: 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 55a34b0578de..03f08a87d1ef 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2361,6 +2361,9 @@ self: super: { jailbreak = true; }) super.aws; + # 2022-03-16: strict upper bounds https://github.com/monadfix/shower/issues/18 + shower = doJailbreak (dontCheck super.shower); + # The shipped Setup.hs file is broken. csv = overrideCabal (drv: { preCompileBuildDriver = "rm Setup.hs"; }) super.csv;