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:
parent
a1e3c7da96
commit
3f56c474c3
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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 <markkarpov92@gmail.com>
|
||||
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user