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:
commit
58512c9362
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:19e1cbb9303803273ed7f9fcf3b8b6938578afbed2bfafe5ea9fcc6d743f540f
|
|
||||||
size 14054
|
|
3
blaze-markup-0.8.2.1.tar.gz
Normal file
3
blaze-markup-0.8.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:90ab7cbc29df9fbe24e208ade58ca9828e3074f1163618f1faaf4da8f0600146
|
||||||
|
size 14320
|
@ -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
|
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-blaze-markup
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name blaze-markup
|
%global pkg_name blaze-markup
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.8.0.0
|
Version: 0.8.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A blazingly fast markup combinator library for Haskell
|
Summary: A blazingly fast markup combinator library for Haskell
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -35,9 +35,9 @@ BuildRequires: ghc-text-devel
|
|||||||
BuildRequires: ghc-HUnit-devel
|
BuildRequires: ghc-HUnit-devel
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-test-framework-devel
|
BuildRequires: ghc-tasty-devel
|
||||||
BuildRequires: ghc-test-framework-hunit-devel
|
BuildRequires: ghc-tasty-hunit-devel
|
||||||
BuildRequires: ghc-test-framework-quickcheck2-devel
|
BuildRequires: ghc-tasty-quickcheck-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -75,7 +75,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
%doc CHANGELOG
|
%doc CHANGELOG
|
||||||
|
Loading…
Reference in New Issue
Block a user