xss-sanitize 0.1 → 0.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- xss-sanitize.cabal +2/−2
xss-sanitize.cabal view
@@ -1,5 +1,5 @@ name: xss-sanitize-version: 0.1+version: 0.1.1 license: BSD3 license-file: LICENSE author: Greg Weber <greg@gregweber.info>@@ -7,7 +7,7 @@ synopsis: sanitize untrusted HTML to prevent XSS attacks description: sanitize untrusted HTML to prevent XSS attacks with Text.HTML.SanitizeXSS.sanitizeXSS. see README.md for more details -category: Text.HTML+category: Web stability: Stable cabal-version: >= 1.6 build-type: Simple