./textproc/hs-commonmark-pandoc, Bridge between commonmark and pandoc AST

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


Branch: CURRENT, Version: 0.2.1.3nb3, Package name: hs-commonmark-pandoc-0.2.1.3nb3, Maintainer: pho

This library provides typeclasses for rendering commonmark to Pandoc
types.


Required to run:
[textproc/hs-pandoc-types] [textproc/hs-commonmark] [textproc/hs-commonmark-extensions] [lang/ghc94]

Master sites:

Filesize: 4.792 KB

Version history: (Expand)


CVS history: (Expand)


   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 14:17:55 by Masatake Daimon | Files touched by this commit (1)
Log message:
textproc/hs-commonmark-pandoc: 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
   2023-01-27 16:52:56 by Masatake Daimon | Files touched by this commit (4)
Log message:
textproc/hs-commonmark-pandoc: Update to 0.2.1.3

0.2.1.3
* Allow pandoc-types 1.23.
   2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211)
Log message:
hs*: recursive bump for new dependencies needed

for hs-aeson, hs-vector
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-12 08:37:37 by Masatake Daimon | Files touched by this commit (3)
Log message:
Update to commonmark-pandoc-0.2.1.2

0.2.1.2
* Fix addition of sourcepos attributes to blocks (jgm/pandoc#7769). We were
  always adding an enclosing Div, even when the block admits
  attributes. Now the attributes are added to the block itself, unless it
  can't accept attributes (as with inlines).

0.2.1.1
* Don't collapse Para to Plain in task lists (#77).

0.2.1
* commonmark-pandoc.cabal: remove unneeded build-depend on containers.
* Support wikilinks extension.