2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-20 10:48:09 +01:00
|
|
|
{ cabal, attoparsec, cssText, hspec, HUnit, networkUri, tagsoup
|
|
|
|
, text, utf8String
|
2013-02-24 21:09:07 +00:00
|
|
|
}:
|
2011-03-12 17:28:15 +00:00
|
|
|
|
2011-08-10 00:00:20 +01:00
|
|
|
cabal.mkDerivation (self: {
|
2011-03-12 17:28:15 +00:00
|
|
|
pname = "xss-sanitize";
|
2014-08-20 18:17:18 +01:00
|
|
|
version = "0.3.5.4";
|
|
|
|
sha256 = "1h9dj234sj216g676la0h73nwm0fw4snik31qi0s754vyy6bcygf";
|
2011-08-29 21:26:45 +01:00
|
|
|
buildDepends = [
|
2014-08-20 10:48:09 +01:00
|
|
|
attoparsec cssText networkUri tagsoup text utf8String
|
2011-08-29 21:26:45 +01:00
|
|
|
];
|
2013-02-24 21:09:07 +00:00
|
|
|
testDepends = [
|
2014-08-20 10:48:09 +01:00
|
|
|
attoparsec cssText hspec HUnit networkUri tagsoup text utf8String
|
2013-02-24 21:09:07 +00:00
|
|
|
];
|
2011-03-12 17:28:15 +00:00
|
|
|
meta = {
|
2012-03-06 11:05:48 +00:00
|
|
|
homepage = "http://github.com/yesodweb/haskell-xss-sanitize";
|
2011-03-12 17:28:15 +00:00
|
|
|
description = "sanitize untrusted HTML to prevent XSS attacks";
|
2011-08-10 00:00:20 +01:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-03-12 17:28:15 +00:00
|
|
|
};
|
2011-03-28 16:04:00 +01:00
|
|
|
})
|