haskell-pandoc-citeproc: update to version 0.6

This commit is contained in:
Peter Simons 2014-09-23 14:18:01 +02:00
parent 8b0c1526f9
commit 0dcf0f22ed

View File

@ -1,20 +1,20 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, aesonPretty, attoparsec, filepath, hexpat { cabal, aeson, aesonPretty, attoparsec, dataDefault, filepath
, hsBibutils, mtl, pandoc, pandocTypes, parsec, rfc5051, split, syb , hsBibutils, mtl, pandoc, pandocTypes, parsec, rfc5051, split, syb
, tagsoup, temporary, text, time, vector, yaml , tagsoup, temporary, text, time, vector, xmlConduit, yaml
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "pandoc-citeproc"; pname = "pandoc-citeproc";
version = "0.5"; version = "0.6";
sha256 = "00azhpll0xnb9nnkh7c3hbfk0fzmvh5cgdxlgx7jvaglrmsnvzw3"; sha256 = "1whi8mrbhfi8wr3qbj1lkgc1pngn8151jjri409hshl1mng4aq5b";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson aesonPretty attoparsec filepath hexpat hsBibutils mtl pandoc aeson aesonPretty attoparsec dataDefault filepath hsBibutils mtl
pandocTypes parsec rfc5051 split syb tagsoup temporary text time pandoc pandocTypes parsec rfc5051 split syb tagsoup temporary text
vector yaml time vector xmlConduit yaml
]; ];
testDepends = [ testDepends = [
aeson filepath pandoc pandocTypes temporary text yaml aeson filepath pandoc pandocTypes temporary text yaml