xss-sanitize 0.3.0.1 → 0.3.1
raw patch · 1 files changed
+16/−16 lines, 1 filesdep +attoparsecdep −attoparsec-textdep ~css-textdep ~hspecdep ~tagsoup
Dependencies added: attoparsec
Dependencies removed: attoparsec-text
Dependency ranges changed: css-text, hspec, tagsoup, text, utf8-string
Files
- xss-sanitize.cabal +16/−16
xss-sanitize.cabal view
@@ -1,5 +1,5 @@ name: xss-sanitize-version: 0.3.0.1+version: 0.3.1 license: BSD3 license-file: LICENSE author: Greg Weber <greg@gregweber.info>@@ -15,12 +15,12 @@ library build-depends: base == 4.*, containers- , tagsoup >= 0.12.2- , utf8-string >= 0.3- , network >= 2- , css-text >= 0.1 && < 0.2- , text >= 0.11 && < 0.12- , attoparsec-text >= 0.8.5.1 && < 0.9+ , tagsoup >= 0.12.2 && < 1+ , utf8-string >= 0.3 && < 1+ , network >= 2 && < 3+ , css-text >= 0.1.1 && < 0.2+ , text >= 0.11 && < 1+ , attoparsec >= 0.10.0.3 && < 1 exposed-modules: Text.HTML.SanitizeXSS@@ -31,15 +31,15 @@ type: exitcode-stdio-1.0 main-is: test/main.hs cpp-options: -DTEST- build-depends: base >= 4 && < 5, containers- , tagsoup >= 0.12.2- , utf8-string >= 0.3- , network >= 2- , css-text >= 0.1 && < 0.2- , text >= 0.11 && < 0.12- , attoparsec-text >= 0.8.5.1 && < 0.9- , hspec- , HUnit >= 1.2+ build-depends: base == 4.* , containers+ , tagsoup >= 0.12.2 && < 1+ , utf8-string >= 0.3 && < 1+ , network >= 2 && < 3+ , css-text >= 0.1.1 && < 0.2+ , text >= 0.11 && < 1+ , attoparsec >= 0.10.0.3 && < 1+ , hspec >= 0.8+ , HUnit >= 1.2 source-repository head