diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-13 11:56:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-15 07:40:45 +0700 |
commit | 36ead8981ae94de1dacb97be82e4e09f7e6431ed (patch) | |
tree | 8e1e157846b3db68ffc3dabf4430b3bdc10532c7 /haskell/haskell-cmark/README | |
parent | fe19f9995f5d69045c61384a9f56345a9e2f22b8 (diff) | |
download | slackbuilds-36ead8981ae94de1dacb97be82e4e09f7e6431ed.tar.gz |
haskell/haskell-cmark: Added (CommonMark parser and renderer).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-cmark/README')
-rw-r--r-- | haskell/haskell-cmark/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-cmark/README b/haskell/haskell-cmark/README new file mode 100644 index 0000000000..9bb8cf9a3f --- /dev/null +++ b/haskell/haskell-cmark/README @@ -0,0 +1,6 @@ +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 |