forked from jgm/cmark-hs
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|