haskell-pandoc-citeproc: update to version 0.4
This commit is contained in:
parent
7522c35ce8
commit
cd6b6ed85d
|
@ -1,21 +1,20 @@
|
||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, aesonPretty, attoparsec, filepath, hexpat
|
{ cabal, aeson, aesonPretty, attoparsec, filepath, hexpat
|
||||||
, hsBibutils, HTTP, mtl, network, pandoc, pandocTypes, parsec
|
, hsBibutils, mtl, pandoc, pandocTypes, parsec, rfc5051, split, syb
|
||||||
, rfc5051, split, syb, tagsoup, temporary, texmath, text, time
|
, tagsoup, temporary, texmath, text, time, vector, yaml
|
||||||
, vector, yaml
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pandoc-citeproc";
|
pname = "pandoc-citeproc";
|
||||||
version = "0.3.1";
|
version = "0.4";
|
||||||
sha256 = "06ck5qfajzwdsmcqvkcs85andxxrifvsfsybf14m7jd6r8y4bg26";
|
sha256 = "11syrig4qbc88ddjbb5qc4c9yf5rzq0gyjz42dis8j4gf5hyg4f0";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson aesonPretty attoparsec filepath hexpat hsBibutils HTTP mtl
|
aeson aesonPretty attoparsec filepath hexpat hsBibutils mtl pandoc
|
||||||
network pandoc pandocTypes parsec rfc5051 split syb tagsoup
|
pandocTypes parsec rfc5051 split syb tagsoup temporary texmath text
|
||||||
temporary texmath text time vector yaml
|
time vector yaml
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson filepath pandoc pandocTypes temporary text yaml
|
aeson filepath pandoc pandocTypes temporary text yaml
|
||||||
|
|
Loading…
Reference in New Issue