summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix
blob: e567bd82059b5ad3ab41f69b4a1db85a44ef6714 (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
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, aesonPretty, attoparsec, filepath, hexpat
, hsBibutils, mtl, pandoc, pandocTypes, parsec, rfc5051, split, syb
, tagsoup, temporary, text, time, vector, yaml
}:

cabal.mkDerivation (self: {
  pname = "pandoc-citeproc";
  version = "0.4.0.1";
  sha256 = "1z21mdxa2hrwqdclriyn3s1qqij3ccbkg7hb0acxrk3pzgidcinx";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [
    aeson aesonPretty attoparsec filepath hexpat hsBibutils mtl pandoc
    pandocTypes parsec rfc5051 split syb tagsoup temporary text time
    vector yaml
  ];
  testDepends = [
    aeson filepath pandoc pandocTypes temporary text yaml
  ];
  doCheck = false;
  meta = {
    description = "Supports using pandoc with citeproc";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})