Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-pandoc-citeproc-devel-0.17-lp152.1.5 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 for ppc64le

Name: ghc-pandoc-citeproc-devel Distribution: openSUSE:Leap:15.2:PowerPC / ports
Version: 0.17 Vendor: openSUSE
Release: lp152.1.5 Build date: Sat May 30 09:57:37 2020
Group: Unspecified Build host: obs-power8-03
Size: 78801604 Source RPM: ghc-pandoc-citeproc-0.17-lp152.1.5.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/pandoc-citeproc
Summary: Haskell pandoc-citeproc library development files
This package provides the Haskell pandoc-citeproc library development
files.

Provides

Requires

License

BSD-3-Clause

Changelog

* Thu Feb 27 2020 psimons@suse.com
  - Update pandoc-citeproc to version 0.17.
    pandoc-citeproc (0.17)
    * Only print labels if selected variable is non-empty (#437).
    * Make reference-section-title work even when doc ends with header (#431).
      Previously, setting `reference-section-title` wouldn't do anything
      when the document ended with a header -- contrary to what the
      documentation suggests.
    * Use Text instead of String (#430, Albert Krewinkel).
* Mon Dec 23 2019 psimons@suse.com
  - Update pandoc-citeproc to version 0.16.4.1.
    pandoc-citeproc (0.16.4.1)
    * Allow pandoc 2.9.
    pandoc-citeproc (0.16.4)
    * Simplify compat since we now require pandoc >= 2.8.
    * Update man page.  Clarify that `reference-section-title` doesn't have any
      effect when an explicit Div is used (#424).
    * Qualify fail with Prelude to fix compiler warnings.
    * Disable `raw_attribute` extension when writing Markdown.
      This way we avoid e.g. `<i>{=html}` in the CSL export.
    * Use pandoc-types 1.20.  Note that this change removes
      the ability to compile pandoc-citeproc with
      older versions of pandoc (< 2.8).
    * Incorporate the switch to Text in the dependencies (Christian
      Despres).  The changes to the structure of the code are fairly minimal.
      None of the types have changed, requiring a reasonable amount of
      packing, unpacking, and view patterns.
    pandoc-citeproc (0.16.3.1)
    * Fix how LANG is set for bibtex conversion.
      We were using a `-` where `_` is standard.
    * Make locale retrieval more robust (#420).
      Previously an error was raised if the locale was 'C'.
      Now 'C' is treated as default (en-US locale is used).
    pandoc-citeproc (0.16.3)
    * Set `hanging-indent` class on `refs` Div if specified by the style (#410).
      This depends on whether the `hanging-indent` attribute of
      `<bibliography>` is true.
    * Update chicago-author-date.csl and locales.
    * Add new biblatex @dataset entry type (#413).
    * Cleanup cabal file and remove old ghc 6.10 conditional.
    * Replace some of the yaml use with HsYAML-aeson (vijayphoenix).
    * Allow xml-conduit 1.9.
    * Allow network 3.1.
    * Allow pandoc 2.8.
    * Use pandoc-types 1.17.6.1
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Tue Jun 11 2019 Peter Simons <psimons@suse.com>
  - Update Cabal file for more accurate build dependencies.
* Sat Apr 20 2019 psimons@suse.com
  - Update pandoc-citeproc to version 0.16.2.
    pandoc-citeproc (0.16.2)
    * Normalize for sorting by padding numerical strings with 0s (#399).
      This is a somewhat ugly fix to #399, and might be wrong
      if there are strings that may be numerical and should not
      be sorted in numerical order.  But this is the best we can
      do right now without major archictectural changes.
    * Add Ord instance for CNum.  [Minor API change.]
    * Allow empty sort-separator.
      Previously this was overridden with the default.
      Text.CSL.Common: export getOptionValWithDefault [API change].
    * Fix omitted phrase in --man documentation (#394, Daniel Himmelstein).
    * Amend fix to #392 (#393).  Initials were being dropped when there were
      more than two unspaced initials.
* Thu Mar 14 2019 psimons@suse.com
  - Update pandoc-citeproc to version 0.16.1.3.
    pandoc-citeproc (0.16.1.3)
    * Correctly handle initials even when
      presented without a space, as in "J.G. Smith" (#392).
    * Avoid generating Str "" when possible.
    * Allow superscript in-text styles to be treated as "notes"
      for purposes of moving punctuation (George Pollard, #382).
* Sat Mar 09 2019 psimons@suse.com
  - Update pandoc-citeproc to version 0.16.1.2.
    pandoc-citeproc (0.16.1.2)
    * Fix extraction page-first when page is not fully numeric (#386).
    * For cites in notes in a footnote style, don't add comma right after
      open parentheses.  Partially addresses #389.
    * Ensure that URIs (e.g. in DOIs) are properly escaped (#391).
* Sun Mar 03 2019 psimons@suse.com
  - Update pandoc-citeproc to version 0.16.1.1.
    pandoc-citeproc (0.16.1.1)
    * Bump version bounds for pandoc, network.
* Mon Feb 18 2019 psimons@suse.com
  - Update pandoc-citeproc to version 0.16.1.
    pandoc-citeproc (0.16.1)
    * Add --columns option.  This allows users to specify the column
      width for text wrapping in --bib2yaml output.
    * Use --columns=0 in biblio2yaml tests to avoid problems with
      different wrapping in different libyaml versions.
    * man page: remove references to obsolete pandoc_markdown(5) man page.
    * man page: add info on how to set metadata (#378).
* Fri Feb 08 2019 psimons@suse.com
  - Update pandoc-citeproc to version 0.16.0.2.
    pandoc-citeproc (0.16.0.2)
    * Remove need for HTTP access in test for #213.
* Thu Feb 07 2019 psimons@suse.com
  - Update pandoc-citeproc to version 0.16.0.1.
    pandoc-citeproc (0.16.0.1)
    * Fix regression on #213.  Literals without special handling
      (such as call-number, dimensions, scale, language) were being
      dropped.  Added regression test.
* Thu Jan 31 2019 psimons@suse.com
  - Update pandoc-citeproc to version 0.16.
    pandoc-citeproc (0.16)
    * Detect en dash in page range (Andrew Dunning).  Ensure that `--` or `–`
      are detected as page ranges. This fixes a regression that caused the
      second half of the range to be appended to a URL in note styles.
    * Fix collapsing behavior with items with status but no year (#371).
    * Style: Add OStatus constructor to Output [API change].
    * Allow pandoc 2.6.
    * Added pandoc-citeproc to build-tools for test suite (#369).
* Sat Dec 22 2018 ptrommler@icloud.com
  - Add _constraints file to fix build on powerpc64le
    * need almost 5 GB disk space
* Sun Dec 16 2018 psimons@suse.com
  - Add pandoc-citeproc at version 0.15.0.1.

Files

/usr/lib64/ghc-8.10.1/package.conf.d/pandoc-citeproc-0.17.conf
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Paths_pandoc_citeproc.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Paths_pandoc_citeproc.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Paths_pandoc_citeproc.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Compat
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Compat/Pandoc.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Compat/Pandoc.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Compat/Pandoc.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Data.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Data.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Data.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval/Common.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval/Common.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval/Common.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval/Date.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval/Date.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval/Date.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval/Names.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval/Names.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval/Names.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval/Output.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval/Output.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Eval/Output.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Exception.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Exception.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Exception.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Input
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Input/Bibtex.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Input/Bibtex.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Input/Bibtex.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Input/Bibutils.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Input/Bibutils.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Input/Bibutils.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Output
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Output/Pandoc.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Output/Pandoc.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Output/Pandoc.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Output/Plain.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Output/Plain.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Output/Plain.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Pandoc.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Pandoc.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Pandoc.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Parser.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Parser.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Parser.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Proc
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Proc.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Proc.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Proc.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Proc/Collapse.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Proc/Collapse.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Proc/Collapse.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Proc/Disamb.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Proc/Disamb.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Proc/Disamb.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Reference.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Reference.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Reference.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Style.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Style.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Style.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Util.dyn_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Util.hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/Text/CSL/Util.p_hi
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/libHSpandoc-citeproc-0.17-1Q8fZ8uQeqNLLsWLzL3r4a.a
/usr/lib64/ghc-8.10.1/pandoc-citeproc-0.17/libHSpandoc-citeproc-0.17-1Q8fZ8uQeqNLLsWLzL3r4a_p.a
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Data.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Eval-Common.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Eval-Date.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Eval-Names.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Eval-Output.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Eval.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Exception.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Input-Bibtex.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Input-Bibutils.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Output-Pandoc.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Output-Plain.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Pandoc.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Parser.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Proc-Collapse.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Proc-Disamb.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Proc.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Reference.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL-Style.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/Text-CSL.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-60.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-A.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-All.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-B.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-C.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-D.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-E.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-F.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-G.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-H.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-I.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-J.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-K.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-L.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-M.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-N.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-O.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-P.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-Q.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-R.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-S.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-T.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-U.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-V.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-W.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index-Y.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/doc-index.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/haddock-bundle.min.js
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/index.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/linuwial.css
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/meta.json
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/pandoc-citeproc.haddock
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/pandoc-citeproc.txt
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/quick-jump.css
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Paths_pandoc_citeproc.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Compat.Pandoc.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Data.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Eval.Common.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Eval.Date.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Eval.Names.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Eval.Output.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Eval.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Exception.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Input.Bibtex.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Input.Bibutils.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Output.Pandoc.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Output.Plain.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Pandoc.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Parser.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Proc.Collapse.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Proc.Disamb.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Proc.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Reference.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Style.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.Util.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/Text.CSL.html
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/highlight.js
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/src/style.css
/usr/share/doc/ghc-8.10.1/html/libraries/pandoc-citeproc-0.17/synopsis.png
/usr/share/man/man1/pandoc-citeproc.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:11:19 2024