16 lines
493 B
Nix
16 lines
493 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, filepath, hxt, parsec }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "hxt-xpath";
|
|
version = "9.1.2.1";
|
|
sha256 = "0r9xzxwdqaj0arz9pv6f272dz73m83agbln9q9bclmgqys6l0kr9";
|
|
buildDepends = [ filepath hxt parsec ];
|
|
meta = {
|
|
homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";
|
|
description = "The XPath modules for HXT";
|
|
license = "unknown";
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|