Merge pull request #2962 from fmapfmapfmap/hxt-tagsoup
New derivation: hxt-tagsoup #haskell
This commit is contained in:
commit
5e16c9428b
2 changed files with 16 additions and 0 deletions
14
pkgs/development/libraries/haskell/hxt-tagsoup/default.nix
Normal file
14
pkgs/development/libraries/haskell/hxt-tagsoup/default.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{ cabal, hxt, hxtCharproperties, hxtUnicode, tagsoup }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hxt-tagsoup";
|
||||
version = "9.1.3";
|
||||
sha256 = "1rp499j6w3h9xfxqyw2fn05ffq3z0wg1r9h2c205m37mb8visq77";
|
||||
buildDepends = [ hxt hxtCharproperties hxtUnicode tagsoup ];
|
||||
meta = {
|
||||
homepage = "http://www.fh-wedel.de/~si/HXmlToolbox/index.html";
|
||||
description = "TagSoup parser for HXT";
|
||||
license = "unknown";
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
|
@ -1210,6 +1210,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
|||
|
||||
hxtRegexXmlschema = callPackage ../development/libraries/haskell/hxt-regex-xmlschema {};
|
||||
|
||||
hxtTagsoup = callPackage ../development/libraries/haskell/hxt-tagsoup {};
|
||||
|
||||
hxtUnicode = callPackage ../development/libraries/haskell/hxt-unicode {};
|
||||
|
||||
hxtXpath = callPackage ../development/libraries/haskell/hxt-xpath {};
|
||||
|
|
Loading…
Reference in a new issue