nixpkgs/pkgs/development/libraries/haskell/xmlhtml/default.nix
2014-09-14 00:06:42 +02:00

20 lines
569 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, blazeBuilder, blazeHtml, blazeMarkup, parsec, text
, unorderedContainers
}:
cabal.mkDerivation (self: {
pname = "xmlhtml";
version = "0.2.3.3";
sha256 = "0n95284z24ddgw7v8zjqzanyrshxydcxs4ivchpj88gh5r3ryv5j";
buildDepends = [
blazeBuilder blazeHtml blazeMarkup parsec text unorderedContainers
];
meta = {
description = "XML parser and renderer with HTML 5 quirks mode";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})