haskell-pandoc-citeproc: update to version 0.3.0.1

This commit is contained in:
Peter Simons 2014-01-11 12:08:26 +01:00
parent 579a05cc83
commit 07c05982aa

View File

@ -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 = {