mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-23 14:13:35 +00:00
23 lines
724 B
Nix
23 lines
724 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, binary, deepseq, filepath, HUnit, hxtCharproperties
|
|
, hxtRegexXmlschema, hxtUnicode, mtl, network, parsec
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hxt";
|
|
version = "9.3.1.6";
|
|
sha256 = "0k2i72ricxwnadagjbzyhfd7nfivay9gbf5f81sagr6j3wgnhz8f";
|
|
buildDepends = [
|
|
binary deepseq filepath HUnit hxtCharproperties hxtRegexXmlschema
|
|
hxtUnicode mtl network parsec
|
|
];
|
|
jailbreak = true;
|
|
meta = {
|
|
homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";
|
|
description = "A collection of tools for processing XML with Haskell";
|
|
license = self.stdenv.lib.licenses.mit;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|