haskell-pandoc-citeproc: update to version 0.1.2
This commit is contained in:
parent
d0c56466e0
commit
1dc9738c34
@ -1,19 +1,19 @@
|
|||||||
{ cabal, aeson, aesonPretty, attoparsec, Diff, filepath, hexpat
|
{ cabal, aeson, aesonPretty, attoparsec, Diff, filepath, hexpat
|
||||||
, hsBibutils, HTTP, json, mtl, network, pandoc, pandocTypes, parsec
|
, hsBibutils, HTTP, json, mtl, network, pandoc, pandocTypes, parsec
|
||||||
, rfc5051, syb, tagsoup, texmath, text, time, utf8String, vector
|
, rfc5051, split, syb, tagsoup, texmath, text, time, utf8String
|
||||||
, yaml
|
, vector, yaml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pandoc-citeproc";
|
pname = "pandoc-citeproc";
|
||||||
version = "0.1.1.2";
|
version = "0.1.2";
|
||||||
sha256 = "02bs9wb3x1p9fs4kixchmvyyrhrkmx0qkwv22qmy4gsp90sc8q8i";
|
sha256 = "055msvrcqjkijkhzws48scpc4z90g0qjjsdcd0fhy309da6vax57";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec filepath hexpat hsBibutils HTTP json mtl network
|
aeson attoparsec filepath hexpat hsBibutils HTTP json mtl network
|
||||||
pandocTypes parsec rfc5051 syb tagsoup texmath text time utf8String
|
pandoc pandocTypes parsec rfc5051 split syb tagsoup texmath text
|
||||||
vector yaml
|
time utf8String vector yaml
|
||||||
];
|
];
|
||||||
testDepends = [ aeson aesonPretty Diff pandoc pandocTypes ];
|
testDepends = [ aeson aesonPretty Diff pandoc pandocTypes ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user