1
0

Accepting request 1188623 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/1188623
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-blaze-markup?expand=0&rev=30
This commit is contained in:
Ana Guerrero 2024-07-22 15:16:06 +00:00 committed by Git OBS Bridge
commit 31a4437218
3 changed files with 19 additions and 13 deletions

View File

@ -1,7 +1,7 @@
Cabal-version: >= 1.10
Name: blaze-markup
Version: 0.8.3.0
x-revision: 1
x-revision: 2
Homepage: http://jaspervdj.be/blaze
Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues
License: BSD3
@ -20,9 +20,10 @@ Description:
Build-type: Simple
Tested-with:
GHC == 9.8.0
GHC == 9.6.3
GHC == 9.4.7
GHC == 9.10.1
GHC == 9.8.2
GHC == 9.6.6
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
@ -31,7 +32,6 @@ Tested-with:
GHC == 8.4.4
GHC == 8.2.2
GHC == 8.0.2
GHC == 7.10.3
Extra-source-files:
CHANGELOG
@ -74,17 +74,17 @@ Test-suite blaze-markup-tests
Build-depends:
-- Copied from regular dependencies...
base
, blaze-builder
, text
, bytestring
base >= 4 && < 5
, blaze-builder >= 0.3 && < 0.5
, text >= 0.10 && < 2.2
, bytestring >= 0.9 && < 0.13
-- Extra dependencies
, HUnit >= 1.2 && < 1.7
, QuickCheck >= 2.7 && < 2.15
, QuickCheck >= 2.7 && < 3
, containers >= 0.3 && < 0.8
, tasty >= 1.0 && < 1.6
, tasty-hunit >= 0.10 && < 0.11
, tasty-quickcheck >= 0.10 && < 0.11
, tasty-quickcheck >= 0.10 && < 1
Source-repository head
Type: git

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jul 4 12:01:48 UTC 2024 - Peter Simons <psimons@suse.com>
- Update blaze-markup to version 0.8.3.0 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Fri Sep 29 13:25:54 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-blaze-markup
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,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-base-devel
BuildRequires: ghc-base-prof