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