Author: shlevy
Date: Sun Oct 30 15:19:27 2011
New Revision: 30126
URL: https://nixos.org/websvn/nix/?rev=30126&sc=1

Log:
Add tagsoup-0.10.1 (needed for download-curl)

Added:
   nixpkgs/trunk/pkgs/development/libraries/haskell/tagsoup/0.10.1nix
Modified:
   nixpkgs/trunk/pkgs/top-level/haskell-packages.nix

Added: nixpkgs/trunk/pkgs/development/libraries/haskell/tagsoup/0.10.1nix
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/tagsoup/0.10.1nix  Sun Oct 
30 15:19:27 2011        (r30126)
@@ -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;
+  };
+})

Modified: nixpkgs/trunk/pkgs/top-level/haskell-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Sun Oct 30 13:55:22 
2011        (r30125)
+++ nixpkgs/trunk/pkgs/top-level/haskell-packages.nix   Sun Oct 30 15:19:27 
2011        (r30126)
@@ -1156,6 +1156,8 @@
 
   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 {};
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to