pandoc: updated to version 1.8.2.1
svn path=/nixpkgs/trunk/; revision=28234
This commit is contained in:
parent
332e97cc9d
commit
8569a4b220
@ -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 : {
|
cabal.mkDerivation (self : {
|
||||||
pname = "pandoc";
|
pname = "pandoc";
|
||||||
version = "1.8.1.2";
|
version = "1.8.2.1";
|
||||||
sha256 = "93b23b7ff91ac6d91c8b3945175967fa4da5a5587c1147a19a1a20c8d61b734d";
|
sha256 = "0cwly0j2rj46h654iwl04l6jkhk6rrhynqvrdnq47067n9vm60pi";
|
||||||
propagatedBuildInputs =
|
propagatedBuildInputs = [
|
||||||
[HTTP citeprocHs dlist tagsoup texmath xhtml zipArchive];
|
HTTP base64Bytestring citeprocHs dlist json mtl network pandocTypes
|
||||||
|
parsec syb tagsoup texmath utf8String xhtml xml zipArchive
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
|
homepage = "http://johnmacfarlane.net/pandoc";
|
||||||
description = "Conversion between markup formats";
|
description = "Conversion between markup formats";
|
||||||
|
license = "GPL";
|
||||||
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
||||||
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user