From 198692b696d32692f29d6b2c8ce12b7b333db7fb Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 10 Feb 2025 19:47:39 +0100 Subject: [PATCH] haskellPackages.vector: remove jailbreak Builds fine by now without. --- 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 4bcb915ba353..4a8aed52ea71 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -146,8 +146,6 @@ self: super: { }) (doJailbreak super.language-haskell-extract); vector = overrideCabal (old: { - # Too strict bounds on doctest which isn't used, but is part of the configuration - jailbreak = true; # vector-doctest seems to be broken when executed via ./Setup test testTarget = lib.concatStringsSep " " [ "vector-tests-O0"