Accepting request 930318 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/930318
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-commonmark?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2021-11-11 20:36:20 +00:00 committed by Git OBS Bridge
commit d33dd94337
4 changed files with 13 additions and 4 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:87016bece25384259336f2fd930251438d383c736b82cd5d29224a428fffba80
size 100854

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab6047825fd282f667c0f3a454ffe37d7358cf13a4133976080862f5c33e6aed
size 101693

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Nov 1 08:24:19 UTC 2021 - psimons@suse.com
- Update commonmark to version 0.2.1.1.
## 0.2.1.1
* Fix bug in `prettyShow` for `SourceRange` (#80).
The bug led to an infinite loop in certain cases.
-------------------------------------------------------------------
Mon Jun 21 05:23:23 UTC 2021 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name commonmark
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.2.1
Version: 0.2.1.1
Release: 0
Summary: Pure Haskell commonmark parser
License: BSD-3-Clause