Accepting request 896211 from devel:languages:haskell

automated update of haskell stack

OBS-URL: https://build.opensuse.org/request/show/896211
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-commonmark?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2021-06-01 08:39:04 +00:00 committed by Git OBS Bridge
commit 66b3cf640f
4 changed files with 21 additions and 5 deletions

View File

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

3
commonmark-0.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat May 29 15:59:17 UTC 2021 - psimons@suse.com
- Update commonmark to version 0.2.
## 0.2
* Commonmark.Inlines: export LinkInfo(..) [API change].
* Commonmark.Inlines: export pLink [API chage].
* Comonmark.ReferenceMap: Add linkPos field to LinkInfo [API change].
* Commonmark.Tokens: normalize unicode to NFC before tokenizing (#57).
Normalization might affect detection of flankingness, recognition
of reference links, etc.
* Commonmark.Html: add data-prefix to non-HTML5 attributes, as pandoc does.
* Remove unnecessary build-depends.
* Use lightweight tasty-bench instead of criterion for benchmarks.
-------------------------------------------------------------------
Mon Feb 8 05:04: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.1.1.4
Version: 0.2
Release: 0
Summary: Pure Haskell commonmark parser
License: BSD-3-Clause
@ -32,9 +32,9 @@ BuildRequires: ghc-parsec-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-unicode-transforms-devel
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-hunit-devel
BuildRequires: ghc-tasty-quickcheck-devel