nixpkgs/pkgs/development/libraries/haskell/pandoc-citeproc/default.nix
Peter Simons 56d325550b Revert "Revert "haskell-pandoc-citeproc: drop obsolete versions 0.4 and 0.5"".
This reverts commit dddea7f0d1. @jwiegley, Hakyll builds just fine with
pandoc-citeproc 0.6. See http://hydra.cryp.to/build/239248, for example. If you
have trouble compiling that package, then please share a build log that shows
the error message instead of reverting my commits, please.
2014-11-11 21:17:14 +01:00

28 lines
913 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, aesonPretty, attoparsec, dataDefault, filepath
, hsBibutils, mtl, pandoc, pandocTypes, parsec, rfc5051, split, syb
, tagsoup, temporary, text, time, vector, xmlConduit, yaml
}:
cabal.mkDerivation (self: {
pname = "pandoc-citeproc";
version = "0.6";
sha256 = "1whi8mrbhfi8wr3qbj1lkgc1pngn8151jjri409hshl1mng4aq5b";
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson aesonPretty attoparsec dataDefault filepath hsBibutils mtl
pandoc pandocTypes parsec rfc5051 split syb tagsoup temporary text
time vector xmlConduit 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;
};
})