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