xss-sanitize/xss-sanitize.cabal
2010-09-25 13:11:34 -07:00

24 lines
784 B
Plaintext

name: xss-sanitize
version: 0.1
license: BSD3
license-file: LICENSE
author: Greg Weber <greg@gregweber.info>
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
stability: Stable
cabal-version: >= 1.6
build-type: Simple
homepage: http://github.com/gregwebs/haskell-xss-sanitize
library
build-depends: tagsoup >= 0.11
exposed-modules: Text.HTML.SanitizeXSS
ghc-options: -Wall
source-repository head
type: git
location: http://github.com/gregwebs/haskell-xss-sanitize.git