osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-commonmark revision:15, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commonmark?expand=0&rev=22
This commit is contained in:
Ondřej Súkup 2021-11-09 08:31:52 +00:00 committed by Git OBS Bridge
parent 95b90082bc
commit 4012847a40
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