haskellPackages.yesod-middleware-csp: 1.2.0 -> 1.3.0

This commit is contained in:
Michael Schneider 2026-06-10 14:25:18 +07:00
commit ef5a2561e3
3 changed files with 4 additions and 3 deletions

View file

@ -1165,6 +1165,10 @@ with haskellLib;
hz3
;
# 2026-06-10: Too strict bounds on template-haskell <2.23 and time <1.13
# https://github.com/SupercedeTech/yesod-middleware-csp/issues/13
yesod-middleware-csp = doJailbreak super.yesod-middleware-csp;
# test suite requires git and does a bunch of git operations
restless-git = dontCheck super.restless-git;

View file

@ -7438,7 +7438,6 @@ broken-packages:
- yesod-links # failure in job https://hydra.nixos.org/build/233257763 at 2023-09-02
- yesod-lucid # failure in job https://hydra.nixos.org/build/233231687 at 2023-09-02
- yesod-media-simple # failure in job https://hydra.nixos.org/build/307611606 at 2025-09-19
- yesod-middleware-csp # failure in job https://hydra.nixos.org/build/295098382 at 2025-04-22
- yesod-paginate # failure in job https://hydra.nixos.org/build/233218563 at 2023-09-02
- yesod-pagination # failure in job https://hydra.nixos.org/build/233204022 at 2023-09-02
- yesod-pnotify # failure in job https://hydra.nixos.org/build/233258047 at 2023-09-02

View file

@ -770632,8 +770632,6 @@ self: {
];
description = "A middleware for building CSP headers on the fly";
license = lib.meta.getLicenseFromSpdxId "MIT";
hydraPlatforms = lib.platforms.none;
broken = true;
}
) { };