2014-07-14 15:21:41 +04:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-09-16 12:50:04 +04:00
|
|
|
{ cabal, aeson, alex, ansiTerminal, attoparsec, base64Bytestring
|
2014-01-11 15:08:26 +04:00
|
|
|
, binary, blazeHtml, blazeMarkup, dataDefault, Diff
|
|
|
|
, extensibleExceptions, filepath, happy, highlightingKate, hslua
|
|
|
|
, HTTP, httpConduit, httpTypes, HUnit, mtl, network, pandocTypes
|
2014-05-10 02:18:27 +04:00
|
|
|
, parsec, QuickCheck, random, scientific, syb, tagsoup, temporary
|
2014-01-11 15:08:26 +04:00
|
|
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
|
|
|
, texmath, text, time, unorderedContainers, vector, xml, yaml
|
|
|
|
, zipArchive, zlib
|
2011-08-10 03:00:20 +04:00
|
|
|
}:
|
2009-06-30 12:04:12 +04:00
|
|
|
|
2011-08-10 03:00:20 +04:00
|
|
|
cabal.mkDerivation (self: {
|
2009-06-30 12:04:12 +04:00
|
|
|
pname = "pandoc";
|
2014-05-15 18:09:16 +04:00
|
|
|
version = "1.12.4.2";
|
|
|
|
sha256 = "0ibzladj0xm0xnsphd26lzndxzkawz73pfd7rnlnmllqckrzairg";
|
2011-08-10 03:00:20 +04:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-01-11 15:08:26 +04:00
|
|
|
aeson alex attoparsec base64Bytestring binary blazeHtml blazeMarkup
|
2013-09-16 12:50:04 +04:00
|
|
|
dataDefault extensibleExceptions filepath happy highlightingKate
|
|
|
|
hslua HTTP httpConduit httpTypes mtl network pandocTypes parsec
|
2014-05-10 02:18:27 +04:00
|
|
|
random scientific syb tagsoup temporary texmath text time
|
|
|
|
unorderedContainers vector xml yaml zipArchive zlib
|
2011-08-07 22:22:28 +04:00
|
|
|
];
|
2013-03-10 03:26:26 +04:00
|
|
|
testDepends = [
|
|
|
|
ansiTerminal Diff filepath highlightingKate HUnit pandocTypes
|
|
|
|
QuickCheck syb testFramework testFrameworkHunit
|
|
|
|
testFrameworkQuickcheck2 text
|
|
|
|
];
|
2013-09-21 12:20:15 +04:00
|
|
|
buildTools = [ alex happy ];
|
2013-12-14 16:21:00 +04:00
|
|
|
jailbreak = true;
|
2013-12-15 00:32:56 +04:00
|
|
|
doCheck = false;
|
2009-06-30 12:04:12 +04:00
|
|
|
meta = {
|
2011-08-07 22:22:28 +04:00
|
|
|
homepage = "http://johnmacfarlane.net/pandoc";
|
2009-06-30 12:04:12 +04:00
|
|
|
description = "Conversion between markup formats";
|
2011-08-07 22:22:28 +04:00
|
|
|
license = "GPL";
|
2011-08-09 13:54:50 +04:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 15:48:22 +04:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ simons ];
|
2009-06-30 12:04:12 +04:00
|
|
|
};
|
2010-09-07 16:58:07 +04:00
|
|
|
})
|