mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +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: {
|
||||
pname = "pandoc-citeproc";
|
||||
version = "0.2";
|
||||
sha256 = "0ghdkzml2rcvjf1wlpsa6ih117x56qlb3ajpbwnpwm3y4wm0jm2d";
|
||||
version = "0.3.0.1";
|
||||
sha256 = "1w8ljf0mc5a3bqv0hymg2daafkrlzdzar23l4yqakjr21n75nvlx";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
@ -16,7 +16,7 @@ cabal.mkDerivation (self: {
|
||||
temporary texmath text time vector yaml
|
||||
];
|
||||
testDepends = [
|
||||
aeson aesonPretty filepath pandoc pandocTypes temporary text yaml
|
||||
aeson filepath pandoc pandocTypes temporary text yaml
|
||||
];
|
||||
doCheck = false;
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user