haskell-xss-sanitize: updated to version 0.3.1.1
svn path=/nixpkgs/trunk/; revision=32817
This commit is contained in:
parent
ae52511779
commit
453a3a7d39
@ -2,13 +2,13 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "xss-sanitize";
|
||||
version = "0.3.1";
|
||||
sha256 = "0s8nqqx5f5b07xxlda4gh0w6vmlkhbqbz36cf6glhbhhyw27jkx5";
|
||||
version = "0.3.1.1";
|
||||
sha256 = "1nv28nk1fdxym1vv50wgkyfkinpr3bd7cn6vwi41x5iqy9vgjjpl";
|
||||
buildDepends = [
|
||||
attoparsec cssText network tagsoup text utf8String
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/gregwebs/haskell-xss-sanitize";
|
||||
homepage = "http://github.com/yesodweb/haskell-xss-sanitize";
|
||||
description = "sanitize untrusted HTML to prevent XSS attacks";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
Loading…
Reference in New Issue
Block a user