Author: simons
Date: Tue Aug 23 12:04:29 2011
New Revision: 28777
URL: https://svn.nixos.org/websvn/nix/?rev=28777&sc=1

Log:
haskell-pandoc: enable highlighting support

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 Tue Aug 
23 11:59:31 2011        (r28776)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/pandoc/default.nix Tue Aug 
23 12:04:29 2011        (r28777)
@@ -1,6 +1,6 @@
 { cabal, base64Bytestring, citeprocHs, dlist, extensibleExceptions
-, HTTP, json, mtl, network, pandocTypes, parsec, random, syb
-, tagsoup, texmath, utf8String, xhtml, xml, zipArchive
+, highlightingKate, HTTP, json, mtl, network, pandocTypes, parsec
+, random, syb, tagsoup, texmath, utf8String, xhtml, xml, zipArchive
 }:
 
 cabal.mkDerivation (self: {
@@ -10,9 +10,9 @@
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
-    base64Bytestring citeprocHs dlist extensibleExceptions HTTP json
-    mtl network pandocTypes parsec random syb tagsoup texmath
-    utf8String xhtml xml zipArchive
+    base64Bytestring citeprocHs dlist extensibleExceptions
+    highlightingKate HTTP json mtl network pandocTypes parsec random
+    syb tagsoup texmath utf8String xhtml xml zipArchive
   ];
   meta = {
     homepage = "http://johnmacfarlane.net/pandoc";;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to