From f8469d14164c5ff8ebb7b6fa90069dbc7bd66666 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 11 Feb 2025 20:57:43 +0100 Subject: [PATCH] haskellPackages.swagger2: remove jailbreak Works! --- pkgs/development/haskell-modules/configuration-common.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index aff09d942d7e..f27ccae12b7e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2678,7 +2678,6 @@ self: super: { # Too strict bounds on hspec < 2.11 fuzzyset_0_2_4 = doJailbreak super.fuzzyset_0_2_4; - swagger2 = doJailbreak super.swagger2; html-charset = dontCheck super.html-charset;