Loading pkgs/development/haskell-modules/configuration-common.nix +3 −0 Original line number Diff line number Diff line Loading @@ -558,6 +558,9 @@ self: super: { # 2022-02-14: Strict upper bound: https://github.com/psibi/streamly-bytestring/issues/30 streamly-bytestring = dontCheck (doJailbreak super.streamly-bytestring); # 2024-05-18: Upstream tests against a different pandoc version pandoc-crossref = dontCheck super.pandoc-crossref; # base bound digit = doJailbreak super.digit; Loading Loading
pkgs/development/haskell-modules/configuration-common.nix +3 −0 Original line number Diff line number Diff line Loading @@ -558,6 +558,9 @@ self: super: { # 2022-02-14: Strict upper bound: https://github.com/psibi/streamly-bytestring/issues/30 streamly-bytestring = dontCheck (doJailbreak super.streamly-bytestring); # 2024-05-18: Upstream tests against a different pandoc version pandoc-crossref = dontCheck super.pandoc-crossref; # base bound digit = doJailbreak super.digit; Loading