2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-16 17:27:18 +02:00
|
|
|
{ cabal, aeson, alex, ansiTerminal, base64Bytestring, binary
|
|
|
|
, blazeHtml, blazeMarkup, dataDefault, deepseqGenerics, Diff
|
|
|
|
, executablePath, extensibleExceptions, filepath, haddockLibrary
|
|
|
|
, happy, highlightingKate, hslua, HTTP, httpClient, httpClientTls
|
|
|
|
, httpTypes, HUnit, JuicyPixels, mtl, network, pandocTypes, parsec
|
|
|
|
, QuickCheck, random, scientific, SHA, syb, tagsoup, temporary
|
2014-01-11 12:08:26 +01:00
|
|
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
2014-08-19 20:43:28 +02:00
|
|
|
, texmath, text, time, unorderedContainers, vector, wai, waiExtra
|
|
|
|
, xml, yaml, zipArchive, zlib
|
2011-08-10 01:00:20 +02:00
|
|
|
}:
|
2009-06-30 10:04:12 +02:00
|
|
|
|
2011-08-10 01:00:20 +02:00
|
|
|
cabal.mkDerivation (self: {
|
2009-06-30 10:04:12 +02:00
|
|
|
pname = "pandoc";
|
2014-08-19 20:43:28 +02:00
|
|
|
version = "1.13.0.1";
|
|
|
|
sha256 = "0pjyxsr93gv0vrdxlr5i0c56mg6rf21qxf1141cb8l0hl0b416d6";
|
2011-08-10 01:00:20 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-08-16 17:27:18 +02:00
|
|
|
aeson alex base64Bytestring binary blazeHtml blazeMarkup
|
|
|
|
dataDefault deepseqGenerics extensibleExceptions filepath
|
|
|
|
haddockLibrary happy highlightingKate hslua HTTP httpClient
|
|
|
|
httpClientTls httpTypes JuicyPixels mtl network pandocTypes parsec
|
|
|
|
random scientific SHA syb tagsoup temporary texmath text time
|
2014-08-19 20:43:28 +02:00
|
|
|
unorderedContainers vector wai waiExtra xml yaml zipArchive zlib
|
2011-08-07 20:22:28 +02:00
|
|
|
];
|
2013-03-10 00:26:26 +01:00
|
|
|
testDepends = [
|
2014-08-16 17:27:18 +02:00
|
|
|
ansiTerminal Diff executablePath filepath highlightingKate HUnit
|
|
|
|
pandocTypes QuickCheck syb testFramework testFrameworkHunit
|
|
|
|
testFrameworkQuickcheck2 text zipArchive
|
2013-03-10 00:26:26 +01:00
|
|
|
];
|
2013-12-14 13:21:00 +01:00
|
|
|
jailbreak = true;
|
2013-12-14 21:32:56 +01:00
|
|
|
doCheck = false;
|
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";
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 13:48:22 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ simons ];
|
2009-06-30 10:04:12 +02:00
|
|
|
};
|
2010-09-07 14:58:07 +02:00
|
|
|
})
|