Web category

This commit is contained in:
Greg Weber 2010-09-26 20:57:19 -07:00
parent 12a07368b8
commit 66a6139a4f

View File

@ -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 @@ maintainer: Greg Weber <greg@gregweber.info>
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