haskell-pandoc-citeproc: update to version 0.4.0.1
This commit is contained in:
parent
cc6dbaa402
commit
9be0a34a6f
@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
{ cabal, aeson, aesonPretty, attoparsec, filepath, hexpat
|
{ cabal, aeson, aesonPretty, attoparsec, filepath, hexpat
|
||||||
, hsBibutils, mtl, pandoc, pandocTypes, parsec, rfc5051, split, syb
|
, hsBibutils, mtl, pandoc, pandocTypes, parsec, rfc5051, split, syb
|
||||||
, tagsoup, temporary, texmath, text, time, vector, yaml
|
, tagsoup, temporary, text, time, vector, yaml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pandoc-citeproc";
|
pname = "pandoc-citeproc";
|
||||||
version = "0.4";
|
version = "0.4.0.1";
|
||||||
sha256 = "11syrig4qbc88ddjbb5qc4c9yf5rzq0gyjz42dis8j4gf5hyg4f0";
|
sha256 = "1z21mdxa2hrwqdclriyn3s1qqij3ccbkg7hb0acxrk3pzgidcinx";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson aesonPretty attoparsec filepath hexpat hsBibutils mtl pandoc
|
aeson aesonPretty attoparsec filepath hexpat hsBibutils mtl pandoc
|
||||||
pandocTypes parsec rfc5051 split syb tagsoup temporary texmath text
|
pandocTypes parsec rfc5051 split syb tagsoup temporary text time
|
||||||
time vector yaml
|
vector yaml
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson filepath pandoc pandocTypes temporary text yaml
|
aeson filepath pandoc pandocTypes temporary text yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user