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