diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-27 12:05:00 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:12 +0700 |
commit | 05240abff4e0ea38dae2c7dff4e80224e3e94b48 (patch) | |
tree | 8fc78df19f272aa785676b8bd2f05bbdf6395562 /haskell/haskell-cmark-gfm/README | |
parent | bf02ccda5b118d44c32b1b993da70626c6959139 (diff) |
haskell/haskell-cmark-gfm: Added (render GitHub Flavored Markdown).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-cmark-gfm/README')
-rw-r--r-- | haskell/haskell-cmark-gfm/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-cmark-gfm/README b/haskell/haskell-cmark-gfm/README new file mode 100644 index 0000000000000..b70584228412b --- /dev/null +++ b/haskell/haskell-cmark-gfm/README @@ -0,0 +1,7 @@ +This package provides Haskell bindings for libcmark-gfm, the reference +parser for GitHub Flavored Markdown, a fully specified variant of +Markdown. It includes sources for libcmark-gfm (0.28.0) and does not +require prior installation of the C library. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |