Author: simons
Date: Sun Aug  7 18:22:28 2011
New Revision: 28234
URL: https://svn.nixos.org/websvn/nix/?rev=28234&sc=1

Log:
pandoc: updated to version 1.8.2.1

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/pandoc/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/pandoc/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/pandoc/default.nix Sun Aug 
 7 18:22:24 2011        (r28233)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/pandoc/default.nix Sun Aug 
 7 18:22:28 2011        (r28234)
@@ -1,12 +1,20 @@
-{cabal, HTTP, citeprocHs, dlist, tagsoup, texmath, xhtml, zipArchive}:
+{cabal, HTTP, base64Bytestring, citeprocHs, dlist, json, mtl,
+ network, pandocTypes, parsec, syb, tagsoup, texmath, utf8String,
+ xhtml, xml, zipArchive} :
 
 cabal.mkDerivation (self : {
   pname = "pandoc";
-  version = "1.8.1.2";
-  sha256 = "93b23b7ff91ac6d91c8b3945175967fa4da5a5587c1147a19a1a20c8d61b734d";
-  propagatedBuildInputs =
-    [HTTP citeprocHs dlist tagsoup texmath xhtml zipArchive];
+  version = "1.8.2.1";
+  sha256 = "0cwly0j2rj46h654iwl04l6jkhk6rrhynqvrdnq47067n9vm60pi";
+  propagatedBuildInputs = [
+    HTTP base64Bytestring citeprocHs dlist json mtl network pandocTypes
+    parsec syb tagsoup texmath utf8String xhtml xml zipArchive
+  ];
   meta = {
+    homepage = "http://johnmacfarlane.net/pandoc";;
     description = "Conversion between markup formats";
+    license = "GPL";
+    platforms = self.stdenv.lib.platforms.haskellPlatforms;
+    maintainers = [ self.stdenv.lib.maintainers.simons ];
   };
 })
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to