haskell-xss-sanitize: update to version 0.3.5.3

This commit is contained in:
Peter Simons 2014-08-20 11:48:09 +02:00
parent b2569a0417
commit 7360bbd179

View file

@ -1,18 +1,18 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, attoparsec, cssText, hspec, HUnit, network, tagsoup, text
, utf8String
{ cabal, attoparsec, cssText, hspec, HUnit, networkUri, tagsoup
, text, utf8String
}:
cabal.mkDerivation (self: {
pname = "xss-sanitize";
version = "0.3.5.2";
sha256 = "1lkawsing0x776078qi1565aj1nr4smxhql1xzfw0bjihbgs1d6b";
version = "0.3.5.3";
sha256 = "0gd0yxw4dksra4lpa2p6h46pxcqz78g5khqld4lnlz8wphs90bc5";
buildDepends = [
attoparsec cssText network tagsoup text utf8String
attoparsec cssText networkUri tagsoup text utf8String
];
testDepends = [
attoparsec cssText hspec HUnit network tagsoup text utf8String
attoparsec cssText hspec HUnit networkUri tagsoup text utf8String
];
meta = {
homepage = "http://github.com/yesodweb/haskell-xss-sanitize";