haskell-pandoc-citeproc: update to version 0.2
This commit is contained in:
parent
555a5db1f9
commit
08944805bd
|
@ -1,22 +1,22 @@
|
||||||
{ cabal, aeson, aesonPretty, attoparsec, Diff, filepath, hexpat
|
{ cabal, aeson, aesonPretty, attoparsec, filepath, hexpat
|
||||||
, hsBibutils, HTTP, json, mtl, network, pandoc, pandocTypes, parsec
|
, hsBibutils, HTTP, mtl, network, pandoc, pandocTypes, parsec
|
||||||
, rfc5051, split, syb, tagsoup, texmath, text, time, utf8String
|
, rfc5051, split, syb, tagsoup, temporary, texmath, text, time
|
||||||
, vector, yaml
|
, vector, yaml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pandoc-citeproc";
|
pname = "pandoc-citeproc";
|
||||||
version = "0.1.2.1";
|
version = "0.2";
|
||||||
sha256 = "13i4shpbd9swbsrpmkpb7jx79m12z12m9f3x167fs78509dak3iv";
|
sha256 = "0ghdkzml2rcvjf1wlpsa6ih117x56qlb3ajpbwnpwm3y4wm0jm2d";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec filepath hexpat hsBibutils HTTP json mtl network
|
aeson aesonPretty attoparsec filepath hexpat hsBibutils HTTP mtl
|
||||||
pandoc pandocTypes parsec rfc5051 split syb tagsoup texmath text
|
network pandoc pandocTypes parsec rfc5051 split syb tagsoup
|
||||||
time utf8String vector yaml
|
temporary texmath text time vector yaml
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson aesonPretty Diff filepath pandoc pandocTypes yaml
|
aeson aesonPretty filepath pandoc pandocTypes temporary text yaml
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue