2011-08-07 20:22:28 +02:00
|
|
|
{cabal, HTTP, base64Bytestring, citeprocHs, dlist, json, mtl,
|
|
|
|
network, pandocTypes, parsec, syb, tagsoup, texmath, utf8String,
|
|
|
|
xhtml, xml, zipArchive} :
|
2009-06-30 10:04:12 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "pandoc";
|
2011-08-07 20:22:28 +02:00
|
|
|
version = "1.8.2.1";
|
|
|
|
sha256 = "0cwly0j2rj46h654iwl04l6jkhk6rrhynqvrdnq47067n9vm60pi";
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
HTTP base64Bytestring citeprocHs dlist json mtl network pandocTypes
|
|
|
|
parsec syb tagsoup texmath utf8String xhtml xml zipArchive
|
|
|
|
];
|
2009-06-30 10:04:12 +02:00
|
|
|
meta = {
|
2011-08-07 20:22:28 +02:00
|
|
|
homepage = "http://johnmacfarlane.net/pandoc";
|
2009-06-30 10:04:12 +02:00
|
|
|
description = "Conversion between markup formats";
|
2011-08-07 20:22:28 +02:00
|
|
|
license = "GPL";
|
|
|
|
platforms = self.stdenv.lib.platforms.haskellPlatforms;
|
|
|
|
maintainers = [ self.stdenv.lib.maintainers.simons ];
|
2009-06-30 10:04:12 +02:00
|
|
|
};
|
2010-09-07 14:58:07 +02:00
|
|
|
})
|