diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index ba8cce54077c..a0410b279e1b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2512,10 +2512,6 @@ self: super: { # We provide newer dependencies than upstream expects. swarm = doJailbreak super.swarm; - # Too strict upper bound on bytestring - # https://github.com/TravisWhitaker/rdf/issues/8 - rdf = doJailbreak super.rdf; - # random <1.2 unfoldable = doJailbreak super.unfoldable;