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

Log:
pandoc-types: updated to version 1.8.2

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

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/pandoc-types/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/pandoc-types/default.nix   
Sun Aug  7 18:22:19 2011        (r28232)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/pandoc-types/default.nix   
Sun Aug  7 18:22:24 2011        (r28233)
@@ -1,11 +1,15 @@
-{cabal, syb}:
+{cabal, syb} :
 
 cabal.mkDerivation (self : {
   pname = "pandoc-types";
-  version = "1.8";
-  sha256 = "1ikr1dmmdag31hgcswrnhzqacv4kl7z6dc8za2cjdq0cpd2mla98";
-  propagatedBuildInputs = [syb];
+  version = "1.8.2";
+  sha256 = "04whkqld2pnfz25i9rcq7d4pi9zkn6c1rpz95vdlg9r5xkhhnn3a";
+  propagatedBuildInputs = [ syb ];
   meta = {
+    homepage = "http://johnmacfarlane.net/pandoc";;
     description = "Types for representing a structured document";
+    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