Path to this page:
Subject: CVS commit: wip/hs-pandoc-types
From: Ryosuke Moro
Date: 2013-08-22 22:37:40
Message id: E1VCbdm-0008Ss-9d@sfs-ml-1.v29.ch3.sourceforge.com
Log Message:
This package contains definitions for the Pandoc data structure, which is
used by pandoc to represent structured documents. These definitions used to
live in the pandoc package, but starting with pandoc 1.7, they have been
split off, so that other packages can use them without drawing in all of
pandoc's dependencies, and pandoc itself can depend on packages (like
citeproc-hs) that use them.
Text.Pandoc.Builder provides functions for building up Pandoc structures
programmatically.
Text.Pandoc.Generic provides generic functions for manipulating Pandoc
documents.
Files: