yesod-csp 0.2.7.0 → 0.2.7.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~template-haskell
Dependency ranges changed: template-haskell
Files
- CHANGELOG.md +4/−0
- yesod-csp.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +## Version 0.2.7.1+++ Relax version boundaries on template-haskell to be able to build with ghc-9.10 on nixos-25.11+ ## Version 0.2.7.0 + Add support for remaining CSP Level 2 directives (see https://github.com/pSub/yesod-csp/pull/5)
yesod-csp.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: yesod-csp-version: 0.2.7.0+version: 0.2.7.1 synopsis: Add CSP headers to Yesod apps description: Add CSP headers to Yesod apps. This helps reduce exposure to XSS attacks and bad assets. license: MIT@@ -12,7 +12,7 @@ category: Web build-type: Simple cabal-version: >=1.10-extra-source-files: ./CHANGELOG.md+extra-source-files: CHANGELOG.md source-repository head type: git@@ -31,7 +31,7 @@ , yesod >= 1.6.2 && < 1.7 , mono-traversable >= 1.0.15 && < 1.1 , attoparsec >= 0.14.4 && < 0.15- , template-haskell >= 2.19.0 && < 2.22+ , template-haskell >= 2.19.0 && < 2.24 , syb >= 0.7.2 && < 0.8 , wai >= 3.2.3 && < 3.3 , case-insensitive >= 1.2.1 && < 1.3