Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
{ cabal, attoparsec, cssText, network, tagsoup, text, utf8String }:
|
||||
{ cabal, attoparsec, Cabal, cssText, network, tagsoup, text
|
||||
, utf8String
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "xss-sanitize";
|
||||
version = "0.3.1";
|
||||
sha256 = "0s8nqqx5f5b07xxlda4gh0w6vmlkhbqbz36cf6glhbhhyw27jkx5";
|
||||
buildDepends = [
|
||||
attoparsec cssText network tagsoup text utf8String
|
||||
attoparsec Cabal cssText network tagsoup text utf8String
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/gregwebs/haskell-xss-sanitize";
|
||||
|
||||
Reference in New Issue
Block a user