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
|
||||
, hsBibutils, HTTP, json, mtl, network, pandocTypes, parsec
|
||||
, hsBibutils, HTTP, json, mtl, network, pandoc, pandocTypes, parsec
|
||||
, rfc5051, syb, tagsoup, texmath, text, time, utf8String, vector
|
||||
, yaml
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "pandoc-citeproc";
|
||||
version = "0.1.1.1";
|
||||
sha256 = "07h277cz5wzc2dsfqfh9lasz7ypb4pspvqljs9maj6lx5rkk5fq1";
|
||||
version = "0.1.1.2";
|
||||
sha256 = "02bs9wb3x1p9fs4kixchmvyyrhrkmx0qkwv22qmy4gsp90sc8q8i";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -15,7 +15,7 @@ cabal.mkDerivation (self: {
|
||||
pandocTypes parsec rfc5051 syb tagsoup texmath text time utf8String
|
||||
vector yaml
|
||||
];
|
||||
testDepends = [ aeson aesonPretty Diff pandocTypes utf8String ];
|
||||
testDepends = [ aeson aesonPretty Diff pandoc pandocTypes ];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
description = "Supports using pandoc with citeproc";
|
||||
|
Loading…
x
Reference in New Issue
Block a user