Derivations for HandsomeSoup and hxt-xpath (Haskell.)

This commit is contained in:
vi
2014-04-09 16:32:14 +08:00
parent fccf059216
commit 09e245b3ab
4 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{ 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 = self.stdenv.lib.licenses.mit;
platforms = self.ghc.meta.platforms;
};
})