./textproc/hs-jira-wiki-markup, Handle Jira wiki markup

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


Branch: CURRENT, Version: 1.5.1nb1, Package name: hs-jira-wiki-markup-1.5.1nb1, Maintainer: pho

Parse jira wiki text into an abstract syntax tree for easy
transformation to other formats.


Required to run:
[lang/ghc94]

Master sites:

Filesize: 24.862 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-26 18:34:49 by Masatake Daimon | Files touched by this commit (4)
Log message:
textproc/hs-jira-wiki-markup: Update to 1.5.1

1.5.1 - Released 2023-03-13.
* Parser: Disallow image paths that start with a space.

1.5.0 - Released 2023-01-11.
* Relaxed upper bounds for mtl, allow mtl 2.3.
* Fixed handling of character sequences that would be interpreted as icons
  if they weren't followed by an alphanumeric character. See also pandoc
  issue #8511.
   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-25 04:32:05 by Masatake Daimon | Files touched by this commit (2)
Log message:
textproc/hs-jira-wiki-markup: Fix build with GHC 9.4
   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-11 12:29:12 by Masatake Daimon | Files touched by this commit (3)
Log message:
Import jira-wiki-markup-1.4.0

1.4.0 - Released 2021-05-25.
    Allow quoted image parameters.
    Added support for "smart links".
    API Change: Add new constructors SmartCard and SmartLink to
    Text.Jira.Markup.LinkType.

1.3.5 - Released 2021-05-24.
    Allow spaces and most unicode characters in attachment links.
    No longer require a newline character after {noformat}.
    Only allow URI path segment characters in bare links.
    The file: schema is no longer allowed in bare links; these rarely make
    sense.
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC