From 7a03b5aa8208dc64eb520ff24e59ddfcbabb1ad4 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 9 Dec 2022 09:04:40 +0100 Subject: [PATCH] haskellPackages.jack: drop now unnecessary jailbreak --- pkgs/development/haskell-modules/configuration-common.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index be6568487efa..dba4c4ca170d 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -66,10 +66,6 @@ self: super: { # > https://github.com/roelvandijk/numerals numerals = doJailbreak (dontCheck super.numerals); - # Too strict upper bound on bytestring - # 2022-12-07: emailed maintainer about this - jack = doJailbreak super.jack; - # Too stricut upper bound on time # https://github.com/acw/rate-limit/issues/9 rate-limit = doJailbreak super.rate-limit;