diff --git a/blaze-markup.cabal b/blaze-markup.cabal index 82507d1..8ecf3c2 100644 --- a/blaze-markup.cabal +++ b/blaze-markup.cabal @@ -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 diff --git a/ghc-blaze-markup.changes b/ghc-blaze-markup.changes index 71a0c8d..c228d8b 100644 --- a/ghc-blaze-markup.changes +++ b/ghc-blaze-markup.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 4 12:15:36 UTC 2022 - 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 diff --git a/ghc-blaze-markup.spec b/ghc-blaze-markup.spec index 86272b3..8b7ac6b 100644 --- a/ghc-blaze-markup.spec +++ b/ghc-blaze-markup.spec @@ -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