2010-04-15 23:10:06 +02:00
|
|
|
{cabal, mtl, network, parsec, utf8String, xhtml, zipArchive, HTTP, xml,
|
|
|
|
texmath}:
|
2009-06-30 10:04:12 +02:00
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "pandoc";
|
2010-04-15 23:10:06 +02:00
|
|
|
version = "1.5.1.1";
|
|
|
|
sha256 = "6d2283cb618fcaea5ee5cb885ef6532bc34628b351f14a6bd85b098d7a4128d9";
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
mtl network parsec utf8String xhtml zipArchive HTTP xml texmath
|
|
|
|
];
|
2009-06-30 10:04:12 +02:00
|
|
|
meta = {
|
|
|
|
description = "Conversion between markup formats";
|
|
|
|
};
|
|
|
|
})
|
|
|
|
|