2011-03-12 18:28:15 +01:00
|
|
|
{cabal, HTTP, citeprocHs, dlist, tagsoup, texmath, xhtml, zipArchive}:
|
2009-06-30 10:04:12 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "pandoc";
|
2011-03-12 18:28:15 +01:00
|
|
|
version = "1.8.1.1";
|
|
|
|
sha256 = "0g680j8x3v19wcb9k2dxgrdrjr48w0vhvlspfzgw0sgzrgfmaqsj";
|
|
|
|
propagatedBuildInputs =
|
|
|
|
[HTTP citeprocHs dlist tagsoup texmath xhtml zipArchive];
|
2009-06-30 10:04:12 +02:00
|
|
|
meta = {
|
|
|
|
description = "Conversion between markup formats";
|
|
|
|
};
|
2010-09-07 14:58:07 +02:00
|
|
|
})
|