Add tagsoup-0.10.1 (needed for download-curl)
svn path=/nixpkgs/trunk/; revision=30126
This commit is contained in:
parent
62a775f829
commit
324a9ec3b6
16
pkgs/development/libraries/haskell/tagsoup/0.10.1nix
Normal file
16
pkgs/development/libraries/haskell/tagsoup/0.10.1nix
Normal file
@ -0,0 +1,16 @@
|
||||
{ cabal, mtl, network }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "tagsoup";
|
||||
version = "0.10.1";
|
||||
sha256 = "0bssfj5r790yj33q23i0lbj83xahzd9rf4jhqs21vgrpn9fqsynl";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ mtl network ];
|
||||
meta = {
|
||||
homepage = "http://community.haskell.org/~ndm/tagsoup/";
|
||||
description = "Parsing and extracting information from (possibly malformed) HTML/XML documents";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
@ -1156,6 +1156,8 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
||||
|
||||
tagsoup = callPackage ../development/libraries/haskell/tagsoup {};
|
||||
|
||||
tagsoup_0_10_1 = callPackage ../development/libraries/haskell/tagsoup/0.10.1nix {};
|
||||
|
||||
Tensor = callPackage ../development/libraries/haskell/Tensor {};
|
||||
|
||||
terminfo = callPackage ../development/libraries/haskell/terminfo {};
|
||||
|
Loading…
Reference in New Issue
Block a user