diff options
-rw-r--r-- | haskell/haskell-cmark/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/haskell/haskell-cmark/README b/haskell/haskell-cmark/README index 9bb8cf9a3f..6cb96d552f 100644 --- a/haskell/haskell-cmark/README +++ b/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 |