haskell-citeproc-hs: update to version 0.3.6
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
{ cabal, filepath, hsBibutils, HTTP, json, mtl, network
|
{ cabal, filepath, hexpat, hsBibutils, HTTP, json, mtl, network
|
||||||
, pandocTypes, parsec, syb, time, utf8String, xml
|
, pandocTypes, parsec, syb, time, utf8String
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "citeproc-hs";
|
pname = "citeproc-hs";
|
||||||
version = "0.3.5";
|
version = "0.3.6";
|
||||||
sha256 = "134sdz22h2aqwy3cmn0vw91nmbp3ckpjg5djxsg93ddl08ahr4zr";
|
sha256 = "0zxwca3i7gg1vhdvrxd15c8zgx1gy3y7zjj746bcvf8pwavkq5q2";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
filepath hsBibutils HTTP json mtl network pandocTypes parsec syb
|
filepath hexpat hsBibutils HTTP json mtl network pandocTypes parsec
|
||||||
time utf8String xml
|
syb time utf8String
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://gorgias.mine.nu/repos/citeproc-hs/";
|
homepage = "http://gorgias.mine.nu/repos/citeproc-hs/";
|
||||||
|
|||||||
Reference in New Issue
Block a user