Browse Source

haskell/haskell-cmark: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
pull/186/head
B. Watson 4 years ago
parent
commit
ee069cdbb2
  1. 7
      haskell/haskell-cmark/README

7
haskell/haskell-cmark/README

@ -1,6 +1,7 @@
This package provides Haskell bindings for libcmark, the reference parser for
CommonMark, a fully specified variant of Markdown. It includes sources for
libcmark and does not require prior installation of the C library.
This package provides Haskell bindings for libcmark, the reference
parser for CommonMark, a fully specified variant of Markdown. It
includes sources for libcmark 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
Loading…
Cancel
Save