diff --git a/ghc-modern-uri.changes b/ghc-modern-uri.changes index 2df7a5f..0314b0b 100644 --- a/ghc-modern-uri.changes +++ b/ghc-modern-uri.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 21 11:37:52 UTC 2025 - Peter Simons + +- Update modern-uri to version 0.3.6.1 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Wed Jun 12 19:56:01 UTC 2024 - Peter Simons diff --git a/ghc-modern-uri.spec b/ghc-modern-uri.spec index 26013dd..6d74dfb 100644 --- a/ghc-modern-uri.spec +++ b/ghc-modern-uri.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-modern-uri # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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: Modern library for working with URIs 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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-QuickCheck-prof diff --git a/modern-uri.cabal b/modern-uri.cabal index 3973d13..dd1e8f6 100644 --- a/modern-uri.cabal +++ b/modern-uri.cabal @@ -1,7 +1,7 @@ cabal-version: 2.4 name: modern-uri version: 0.3.6.1 -x-revision: 2 +x-revision: 3 license: BSD-3-Clause license-file: LICENSE.md maintainer: Mark Karpov @@ -53,7 +53,7 @@ library profunctors >=5.2.1 && <6, reflection >=2 && <3, tagged >=0.8 && <0.9, - template-haskell >=2.10 && <2.23, + template-haskell >=2.10 && <2.24, text >=0.2 && <2.2 if flag(dev)