summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pandoc/default.nix
blob: 1b2571563c38733ddbdcc1e521c4ffe0de957cd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ 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
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
, texmath, text, time, unorderedContainers, vector, wai, waiExtra
, xml, yaml, zipArchive, zlib
}:

cabal.mkDerivation (self: {
  pname = "pandoc";
  version = "1.13.0.1";
  sha256 = "0pjyxsr93gv0vrdxlr5i0c56mg6rf21qxf1141cb8l0hl0b416d6";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [
    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
    unorderedContainers vector wai waiExtra xml yaml zipArchive zlib
  ];
  testDepends = [
    ansiTerminal Diff executablePath filepath highlightingKate HUnit
    pandocTypes QuickCheck syb testFramework testFrameworkHunit
    testFrameworkQuickcheck2 text zipArchive
  ];
  jailbreak = true;
  doCheck = false;
  meta = {
    homepage = "http://johnmacfarlane.net/pandoc";
    description = "Conversion between markup formats";
    license = "GPL";
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ simons ];
  };
})