forked from mirrors/nixpkgs
haskell-xss-sanitize: updated to version 0.3.1
svn path=/nixpkgs/trunk/; revision=30698
This commit is contained in:
parent
4133abe7dc
commit
7bbeed560c
|
@ -1,13 +1,11 @@
|
|||
{ cabal, attoparsecText, cssText, network, tagsoup, text
|
||||
, utf8String
|
||||
}:
|
||||
{ cabal, attoparsec, cssText, network, tagsoup, text, utf8String }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "xss-sanitize";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "1rycdjl7b7bk100vgdwy6iighdqsbsyvrklp0zqbl1x45abph9pc";
|
||||
version = "0.3.1";
|
||||
sha256 = "0s8nqqx5f5b07xxlda4gh0w6vmlkhbqbz36cf6glhbhhyw27jkx5";
|
||||
buildDepends = [
|
||||
attoparsecText cssText network tagsoup text utf8String
|
||||
attoparsec cssText network tagsoup text utf8String
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/gregwebs/haskell-xss-sanitize";
|
||||
|
|
Loading…
Reference in a new issue