From 99ba42905b7b929cf7a7e3124e45f74d51b2fbe2 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Tue, 11 Feb 2025 20:16:15 +0100 Subject: [PATCH] haskellPackages.validation: remove jailbreak Works! --- pkgs/development/haskell-modules/configuration-common.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4a706e7eebea..fb3322a4693b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2285,8 +2285,6 @@ self: super: { # 2025-02-11: Too strict bounds on hedgehog < 1.5, hspec-hedgehog < 0.2 validation-selective = doJailbreak super.validation-selective; - # https://github.com/system-f/validation/issues/57 - validation = doJailbreak super.validation; # 2022-03-16: strict upper bounds https://github.com/monadfix/shower/issues/18 shower = doJailbreak super.shower;