[Pkg-haskell-maintainers] Bug#645530: pandoc: Missing dependency: libghc-citeproc-hs-data

Denis Laxalde denis at laxalde.org
Fri Apr 20 20:07:56 UTC 2012


Hi,

Joachim Breitner wrote:
> I’m looking at http://bugs.debian.org/645530 and I’m wondering if the
> bug still exists in version 1.9.1.1, and if it does, if you can provide
> a small example.

Yes it still exists.

Consider the following bibtex file:
$ cat biblio.bib
@misc{ref,
    author = {Somebody},
    title = {Test reference},
    year = {2012}
}

and the following input

$ cat test.txt
[@ref] is very interesting!

The expected output of pandoc --bibliography=biblio.bib test.txt is:

<p><span class="citation">(Somebody 2012)</span> is very interesting!</p>
<p>Somebody. 2012. “Test reference.”</p>

Without libghc-citeproc-hs-data (same version as citeproc-hs pandoc
was build against) installed, the command never returns.

-- 
Denis





More information about the Pkg-haskell-maintainers mailing list