diff --git a/blaze-markup.cabal b/blaze-markup.cabal index 73d003d..40d5da7 100644 --- a/blaze-markup.cabal +++ b/blaze-markup.cabal @@ -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 diff --git a/ghc-blaze-markup.changes b/ghc-blaze-markup.changes index 3a88300..1ac8d7d 100644 --- a/ghc-blaze-markup.changes +++ b/ghc-blaze-markup.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jul 4 12:01:48 UTC 2024 - Peter Simons + +- 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 diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 2e72b95..e6db1b2 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -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