Accepting request 953438 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/953438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-blaze-markup?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2022-02-11 22:08:36 +00:00 committed by Git OBS Bridge
commit 0ca2d28853
3 changed files with 11 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: blaze-markup
Version: 0.8.2.8
x-revision: 1
x-revision: 2
Homepage: http://jaspervdj.be/blaze
Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues
License: BSD3
@ -42,7 +42,7 @@ Library
Build-depends:
base >= 4 && < 4.17,
blaze-builder >= 0.3 && < 0.5,
text >= 0.10 && < 1.3,
text >= 0.10 && < 2.1,
bytestring >= 0.9 && < 0.12
Test-suite blaze-markup-tests
@ -72,7 +72,7 @@ Test-suite blaze-markup-tests
-- Copied from regular dependencies...
base >= 4 && < 4.17,
blaze-builder >= 0.3 && < 0.5,
text >= 0.10 && < 1.3,
text >= 0.10 && < 2.1,
bytestring >= 0.9 && < 0.12
Source-repository head

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 3 22:11:41 UTC 2022 - Peter Simons <psimons@suse.com>
- Update blaze-markup to version 0.8.2.8 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Nov 1 08:31:25 UTC 2021 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-blaze-markup
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@ Summary: A blazingly fast markup combinator library for Haskell
License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-bytestring-devel