2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-16 15:27:18 +00: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 11:08:26 +00:00
|
|
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
2014-08-19 18:43:28 +00:00
|
|
|
, texmath, text, time, unorderedContainers, vector, wai, waiExtra
|
|
|
|
, xml, yaml, zipArchive, zlib
|
2011-08-09 23:00:20 +00:00
|
|
|
}:
|
2009-06-30 08:04:12 +00:00
|
|
|
|
2011-08-09 23:00:20 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2009-06-30 08:04:12 +00:00
|
|
|
pname = "pandoc";
|
2014-08-19 18:43:28 +00:00
|
|
|
version = "1.13.0.1";
|
|
|
|
sha256 = "0pjyxsr93gv0vrdxlr5i0c56mg6rf21qxf1141cb8l0hl0b416d6";
|
2011-08-09 23:00:20 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-08-16 15:27:18 +00: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 18:43:28 +00:00
|
|
|
unorderedContainers vector wai waiExtra xml yaml zipArchive zlib
|
2011-08-07 18:22:28 +00:00
|
|
|
];
|
2013-03-09 23:26:26 +00:00
|
|
|
testDepends = [
|
2014-08-16 15:27:18 +00:00
|
|
|
ansiTerminal Diff executablePath filepath highlightingKate HUnit
|
|
|
|
pandocTypes QuickCheck syb testFramework testFrameworkHunit
|
|
|
|
testFrameworkQuickcheck2 text zipArchive
|
2013-03-09 23:26:26 +00:00
|
|
|
];
|
2013-12-14 12:21:00 +00:00
|
|
|
jailbreak = true;
|
2013-12-14 20:32:56 +00:00
|
|
|
doCheck = false;
|
2009-06-30 08:04:12 +00:00
|
|
|
meta = {
|
2011-08-07 18:22:28 +00:00
|
|
|
homepage = "http://johnmacfarlane.net/pandoc";
|
2009-06-30 08:04:12 +00:00
|
|
|
description = "Conversion between markup formats";
|
2011-08-07 18:22:28 +00:00
|
|
|
license = "GPL";
|
2011-08-09 09:54:50 +00:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 11:48:22 +00:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ simons ];
|
2009-06-30 08:04:12 +00:00
|
|
|
};
|
2010-09-07 12:58:07 +00:00
|
|
|
})
|