pandoc-citeproc 0.15 → 0.15.0.1
raw patch · 3 files changed
+23/−23 lines, 3 filesdep ~pandoc
Dependency ranges changed: pandoc
Files
- changelog +5/−0
- man/man1/pandoc-citeproc.1 +2/−2
- pandoc-citeproc.cabal +16/−21
changelog view
@@ -1,3 +1,8 @@+pandoc-citeproc (0.15.0.1)+++ * Allow pandoc 2.5.+ pandoc-citeproc (0.15) * Support BibLaTeX extended name format (#266).
man/man1/pandoc-citeproc.1 view
@@ -1,7 +1,7 @@ .\"t-.\" Automatically generated by Pandoc 2.4+.\" Automatically generated by Pandoc 2.5 .\"-.TH "pandoc\-citeproc" "1" "2018-11-13" "pandoc-citeproc 0.15" ""+.TH "pandoc\-citeproc" "1" "2018-11-27" "pandoc-citeproc 0.15.0.1" "" .hy .SH NAME .PP
pandoc-citeproc.cabal view
@@ -1,26 +1,21 @@ name: pandoc-citeproc-version: 0.15+version: 0.15.0.1 cabal-version: 1.12 synopsis: Supports using pandoc with citeproc -description: The pandoc-citeproc library exports functions for- using the citeproc system with pandoc. It relies on- citeproc-hs, a library for rendering- bibliographic reference citations into a variety- of styles using a macro language called Citation- Style Language (CSL). More details on CSL can be- found here: <http://citationstyles.org/>.+description: The pandoc-citeproc library supports automatic+ generation of citations and a bibliography in pandoc+ documents using the Citation Style Language (CSL)+ macro language. More details on CSL can be found at+ <http://citationstyles.org/>. .- Currently this package includes a heavily revised- copy of the citeproc-hs code. When citeproc-hs is- updated to be compatible, this package will simply- depend on citeproc-hs.+ In addition to a library, the package includes+ an executable, pandoc-citeproc, which works as a pandoc+ filter and also has a mode for converting bibliographic+ databases into CSL JSON and pandoc YAML metadata formats. .- This package also contains an executable: pandoc-citeproc,- which works as a pandoc filter, and- also has a mode for converting bibliographic databases- a YAML format suitable for inclusion in pandoc YAML- metadata.+ pandoc-citeproc originated as a fork of Andrea+ Rossato's citeproc-hs. homepage: https://github.com/jgm/pandoc-citeproc category: Text@@ -108,7 +103,7 @@ build-depends: containers, directory, mtl, bytestring, filepath, pandoc-types >= 1.17.3 && < 1.18,- pandoc >= 1.16 && < 2.5,+ pandoc >= 1.16 && < 2.6, tagsoup, aeson >= 0.7 && < 1.5, text,@@ -158,7 +153,7 @@ ghc-prof-options: -fprof-auto-exported -rtsopts build-depends: base >= 4, pandoc-citeproc, pandoc-types >= 1.17.3 && < 1.18,- pandoc >= 1.16 && < 2.5,+ pandoc >= 1.16 && < 2.6, aeson, aeson-pretty >= 0.8, yaml, bytestring, syb, attoparsec, text, filepath@@ -187,7 +182,7 @@ Buildable: False build-depends: base >= 4, aeson, directory, text, mtl, pandoc-types >= 1.17.3 && < 1.18,- pandoc >= 1.16 && < 2.5,+ pandoc >= 1.16 && < 2.6, filepath, containers, bytestring, pandoc-citeproc, process, temporary >= 1.1, yaml >= 0.8.32, containers >= 0.4, vector >= 0.10@@ -209,7 +204,7 @@ Hs-Source-Dirs: tests, compat build-depends: base >= 4, aeson, directory, text, pandoc-types >= 1.17.3 && < 1.18, mtl,- pandoc >= 1.16 && < 2.5, filepath, containers,+ pandoc >= 1.16 && < 2.6, filepath, containers, bytestring, pandoc-citeproc, process, temporary >= 1.1, yaml >= 0.8.32 ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-do-bind -threaded