haskell-pandoc-citeproc: update to version 0.1.1.2
This commit is contained in:
parent
e68e87ac4a
commit
d7831932ce
@ -1,13 +1,13 @@
|
|||||||
{ cabal, aeson, aesonPretty, attoparsec, Diff, filepath, hexpat
|
{ cabal, aeson, aesonPretty, attoparsec, Diff, filepath, hexpat
|
||||||
, hsBibutils, HTTP, json, mtl, network, pandocTypes, parsec
|
, hsBibutils, HTTP, json, mtl, network, pandoc, pandocTypes, parsec
|
||||||
, rfc5051, syb, tagsoup, texmath, text, time, utf8String, vector
|
, rfc5051, syb, tagsoup, texmath, text, time, utf8String, vector
|
||||||
, yaml
|
, yaml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pandoc-citeproc";
|
pname = "pandoc-citeproc";
|
||||||
version = "0.1.1.1";
|
version = "0.1.1.2";
|
||||||
sha256 = "07h277cz5wzc2dsfqfh9lasz7ypb4pspvqljs9maj6lx5rkk5fq1";
|
sha256 = "02bs9wb3x1p9fs4kixchmvyyrhrkmx0qkwv22qmy4gsp90sc8q8i";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -15,7 +15,7 @@ cabal.mkDerivation (self: {
|
|||||||
pandocTypes parsec rfc5051 syb tagsoup texmath text time utf8String
|
pandocTypes parsec rfc5051 syb tagsoup texmath text time utf8String
|
||||||
vector yaml
|
vector yaml
|
||||||
];
|
];
|
||||||
testDepends = [ aeson aesonPretty Diff pandocTypes utf8String ];
|
testDepends = [ aeson aesonPretty Diff pandoc pandocTypes ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
description = "Supports using pandoc with citeproc";
|
description = "Supports using pandoc with citeproc";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user