./textproc/hs-citeproc, Generates citations and bibliography from CSL styles

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.8.1.3, Package name: hs-citeproc-0.8.1.3, Maintainer: pho

citeproc parses CSL style files and uses them to generate a list of
formatted citations and bibliography entries. For more information
about CSL, see https://citationstyles.org/


Required to run:
[devel/hs-data-default] [devel/hs-vector] [math/hs-scientific] [devel/hs-uniplate] [devel/hs-safe] [textproc/hs-case-insensitive] [textproc/hs-attoparsec] [converters/hs-aeson] [textproc/hs-pandoc-types] [converters/hs-aeson-pretty] [devel/hs-file-embed] [textproc/hs-xml-conduit] [textproc/hs-rfc5051] [textproc/hs-unicode-collation] [lang/ghc94]

Master sites:

Filesize: 538.518 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-23 22:57:25 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
textproc/hs-citeproc: update to citeproc-0.8.1.3

## 0.8.1.3

 * Don't add SubstitutedVal to variables that were empty (#148).
   This fixes a bug which caused `variable=` tests to succeed
   in some cases where they should have failed.
   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-30 12:57:54 by Masatake Daimon | Files touched by this commit (3) | Package updated
Log message:
textproc/hs-citeproc: update to citeproc-0.8.1.2

## 0.8.1.2

  * Allow containers 0.7 (#143)

  * Update tests to use Diff >= 1.0 (#146).

  * Fix `dropTextWhile` and `dropTextWhileEnd` in Citeproc.Pandoc.
    Ensure that they treat SoftBreak like Space (jgm/pandoc#10451).

## 0.8.1.1

  * Include `10/` prefix in short DOI links (#136).

  * Properly implement `demote-non-dropping-particle="sort-only"` (#141).
    We had previously gotten sorting behavior right for this, but
    not display behavior.
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-05-03 12:03:11 by Masatake Daimon | Files touched by this commit (1)
Log message:
textproc/hs-citeproc: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-30 19:32:50 by Masatake Daimon | Files touched by this commit (1)
Log message:
textproc/hs-citeproc: Fix build with GHC 9.6
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94