From 304ccefdd757e31b565ebedbcd1230cd774ae775 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 18 Feb 2023 18:52:02 +0100 Subject: [PATCH] haskellPackages.rdf: allow bytestring-0.11.4.0 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index bd79718f121e..6a4fe5b7f690 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2272,6 +2272,10 @@ self: super: { brick = doJailbreak (dontCheck super.brick_1_3); }); + # Too strict upper bound on bytestring + # https://github.com/TravisWhitaker/rdf/issues/8 + rdf = doJailbreak super.rdf; + # random <1.2 unfoldable = doJailbreak super.unfoldable;