Accepting request 896213 from devel:languages:haskell

automated update of haskell stack

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

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat May 29 15:59:30 UTC 2021 - psimons@suse.com
- Update commonmark-pandoc to version 0.2.1.
## 0.2.1
- commonmark-pandoc.cabal: remove unneeded build-depend on containers.
- Support wikilinks extension.
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-commonmark-pandoc
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%global pkg_name commonmark-pandoc
Name: ghc-%{pkg_name}
Version: 0.2.0.1
Version: 0.2.1
Release: 0
Summary: Bridge between commonmark and pandoc AST
License: BSD-3-Clause
@ -27,7 +27,6 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-commonmark-devel
BuildRequires: ghc-commonmark-extensions-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-pandoc-types-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel