Accepting request 607758 from devel:languages:haskell

Update ghc-blaze-markup to the latest version.

OBS-URL: https://build.opensuse.org/request/show/607758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-blaze-markup?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2018-05-30 10:02:42 +00:00 committed by Git OBS Bridge
commit 58512c9362
4 changed files with 17 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
- Update blaze-markup to version 0.8.2.1.
* Define `ToMarkup` instance for `Natural`.
* Compatibility with Semigroup/Monoid proposal
* Switch to `tasty` for running tests
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-blaze-markup
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%global pkg_name blaze-markup
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.8.0.0
Version: 0.8.2.1
Release: 0
Summary: A blazingly fast markup combinator library for Haskell
License: BSD-3-Clause
@ -35,9 +35,9 @@ BuildRequires: ghc-text-devel
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-test-framework-devel
BuildRequires: ghc-test-framework-hunit-devel
BuildRequires: ghc-test-framework-quickcheck2-devel
BuildRequires: ghc-tasty-devel
BuildRequires: ghc-tasty-hunit-devel
BuildRequires: ghc-tasty-quickcheck-devel
%endif
%description
@ -75,7 +75,7 @@ This package provides the Haskell %{pkg_name} library development files.
%ghc_pkg_recache
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%doc CHANGELOG