From b974e55023c1c1657b475a50a2b58a2c416a9e4e1e1a6e20400753fde31f51f7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 1 Sep 2023 17:03:14 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-blaze-html revision:9, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-blaze-html?expand=0&rev=77 --- blaze-html.cabal | 11 ++++++----- ghc-blaze-html.changes | 6 ++++++ ghc-blaze-html.spec | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/blaze-html.cabal b/blaze-html.cabal index 2075a16..a34baac 100644 --- a/blaze-html.cabal +++ b/blaze-html.cabal @@ -1,7 +1,7 @@ Cabal-version: >= 1.8 Name: blaze-html Version: 0.9.1.2 -x-revision: 3 +x-revision: 4 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-html/issues License: BSD3 @@ -20,8 +20,9 @@ Description: Build-type: Simple Tested-with: + GHC == 9.8.0 GHC == 9.6.2 - GHC == 9.4.5 + GHC == 9.4.7 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 @@ -69,8 +70,8 @@ Library base >= 4 && < 5, blaze-builder >= 0.3 && < 0.5, blaze-markup >= 0.8 && < 0.9, - bytestring >= 0.9 && < 0.12, - text >= 0.10 && < 2.1 + bytestring >= 0.9 && < 0.13, + text >= 0.10 && < 2.2 Test-suite blaze-html-tests Type: exitcode-stdio-1.0 @@ -102,7 +103,7 @@ Test-suite blaze-html-tests blaze-builder >= 0.3 && < 0.5, blaze-markup >= 0.8 && < 0.9, bytestring >= 0.9 && < 0.13, - text >= 0.10 && < 2.1 + text >= 0.10 && < 2.2 Source-repository head Type: git diff --git a/ghc-blaze-html.changes b/ghc-blaze-html.changes index c9cedc1..8f06a3a 100644 --- a/ghc-blaze-html.changes +++ b/ghc-blaze-html.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 31 19:20:41 UTC 2023 - Peter Simons + +- Update blaze-html to version 0.9.1.2 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Mon Jul 17 06:35:34 UTC 2023 - Peter Simons diff --git a/ghc-blaze-html.spec b/ghc-blaze-html.spec index eb9d159..4e910f6 100644 --- a/ghc-blaze-html.spec +++ b/ghc-blaze-html.spec @@ -26,7 +26,7 @@ Summary: A blazingly fast HTML 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/3.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof