osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-modern-uri revision:2, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-modern-uri?expand=0&rev=3
This commit is contained in:
Peter Simons 2025-01-28 10:11:51 +00:00 committed by Git OBS Bridge
parent a1e3c7da96
commit 3f56c474c3
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 21 11:37:52 UTC 2025 - Peter Simons <psimons@suse.com>
- 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 <psimons@suse.com> Wed Jun 12 19:56:01 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-modern-uri # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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 License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz 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-Cabal-devel
BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-QuickCheck-prof BuildRequires: ghc-QuickCheck-prof

View File

@ -1,7 +1,7 @@
cabal-version: 2.4 cabal-version: 2.4
name: modern-uri name: modern-uri
version: 0.3.6.1 version: 0.3.6.1
x-revision: 2 x-revision: 3
license: BSD-3-Clause license: BSD-3-Clause
license-file: LICENSE.md license-file: LICENSE.md
maintainer: Mark Karpov <markkarpov92@gmail.com> maintainer: Mark Karpov <markkarpov92@gmail.com>
@ -53,7 +53,7 @@ library
profunctors >=5.2.1 && <6, profunctors >=5.2.1 && <6,
reflection >=2 && <3, reflection >=2 && <3,
tagged >=0.8 && <0.9, tagged >=0.8 && <0.9,
template-haskell >=2.10 && <2.23, template-haskell >=2.10 && <2.24,
text >=0.2 && <2.2 text >=0.2 && <2.2
if flag(dev) if flag(dev)