Skip to content

Commit

Permalink
0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Mar 14, 2019
1 parent b3fd73b commit b0e8822
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
cmark-gfm 0.1.8 (14 Mar 2019)

* Pull in upstream changes.

cmark 0.5.6.3 (13 Mar 2019)

* Use snoc instead of <> to add the null terminator.
Expand Down
6 changes: 3 additions & 3 deletions cmark-gfm.cabal
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
name: cmark-gfm
version: 0.1.7
version: 0.1.8
synopsis: Fast, accurate GitHub Flavored Markdown parser and renderer
description:
This package provides Haskell bindings for
<https://github.com/github/cmark-gfm libcmark-gfm>, the reference
parser for <https://github.github.com/gfm/ 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
libcmark-gfm (0.28.3.gfm.20) and does not require prior installation of the
C library.

homepage: https://github.com/kivikakk/cmark-gfm-hs
license: BSD3
license-file: LICENSE
author: Ashe Connor
maintainer: [email protected]
copyright: (C) 2015--17 John MacFarlane, (C) 2017 Ashe Connor
copyright: (C) 2015--17 John MacFarlane, (C) 2017--19 Ashe Connor
category: Text
tested-with: GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.2, GHC == 7.10.3
build-type: Simple
Expand Down

0 comments on commit b0e8822

Please sign in to comment.