mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
haskell-pandoc-citeproc: update to version 0.3.0.1
This commit is contained in:
parent
579a05cc83
commit
07c05982aa
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pandoc-citeproc";
|
pname = "pandoc-citeproc";
|
||||||
version = "0.2";
|
version = "0.3.0.1";
|
||||||
sha256 = "0ghdkzml2rcvjf1wlpsa6ih117x56qlb3ajpbwnpwm3y4wm0jm2d";
|
sha256 = "1w8ljf0mc5a3bqv0hymg2daafkrlzdzar23l4yqakjr21n75nvlx";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -16,7 +16,7 @@ cabal.mkDerivation (self: {
|
|||||||
temporary texmath text time vector yaml
|
temporary texmath text time vector yaml
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson aesonPretty filepath pandoc pandocTypes temporary text yaml
|
aeson filepath pandoc pandocTypes temporary text yaml
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user