diff --git a/blaze-markup.cabal b/blaze-markup.cabal index bff3407..c31ab25 100644 --- a/blaze-markup.cabal +++ b/blaze-markup.cabal @@ -1,6 +1,6 @@ Name: blaze-markup Version: 0.8.2.8 -x-revision: 4 +x-revision: 5 Homepage: http://jaspervdj.be/blaze Bug-Reports: http://github.com/jaspervdj/blaze-markup/issues License: BSD3 @@ -20,9 +20,9 @@ Build-type: Simple Cabal-version: >= 1.10 Tested-with: - GHC == 9.6.1 - GHC == 9.4.4 - GHC == 9.2.7 + GHC == 9.6.2 + GHC == 9.4.5 + GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 @@ -53,7 +53,7 @@ Library base >= 4 && < 5, blaze-builder >= 0.3 && < 0.5, text >= 0.10 && < 2.1, - bytestring >= 0.9 && < 0.12 + bytestring >= 0.9 && < 0.13 Test-suite blaze-markup-tests Type: exitcode-stdio-1.0 diff --git a/ghc-blaze-markup.changes b/ghc-blaze-markup.changes index dbfe00f..cd99bc9 100644 --- a/ghc-blaze-markup.changes +++ b/ghc-blaze-markup.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jul 16 19:19:30 UTC 2023 - Peter Simons + +- Update blaze-markup to version 0.8.2.8 revision 5. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Mar 30 17:06:01 UTC 2023 - Peter Simons diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 57a20fc..06379d3 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -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/4.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof