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"