20 lines
569 B
Nix
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.2";
|
|
sha256 = "1djw9d0hff9ii0n1bgbjjsca9n0w7mxj3ivf9dslyr3kv3yb4013";
|
|
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;
|
|
};
|
|
})
|