From 5a7d82c37f14077696fcbd5a29f7c2181e91ff4a1c3cdf46e106a5a00a169ae6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 11 Aug 2023 08:05:29 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-Only revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Only?expand=0&rev=16 --- Only.cabal | 8 ++++---- ghc-Only.changes | 6 ++++++ ghc-Only.spec | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Only.cabal b/Only.cabal index 4602ded..1508daf 100644 --- a/Only.cabal +++ b/Only.cabal @@ -1,12 +1,12 @@ name: Only version: 0.1 -x-revision: 1 +x-revision: 2 synopsis: The 1-tuple type or single-value "collection" license: BSD3 license-file: LICENSE author: Herbert Valerio Riedel maintainer: hvr@gnu.org -bug-reports: https://github.com/hvr/Only/issues +bug-reports: https://github.com/haskell-hvr/Only/issues category: Data build-type: Simple cabal-version: >=1.10 @@ -23,7 +23,7 @@ description: Source-Repository head Type: git - Location: https://github.com/hvr/Only.git + Location: https://github.com/haskell-hvr/Only.git library hs-source-dirs: src @@ -36,7 +36,7 @@ library , Safe build-depends: base >= 4.5 && <5 - , deepseq >= 1.1 && <1.5 + , deepseq >= 1.1 && <1.6 if impl(ghc == 7.4.*) build-depends: ghc-prim diff --git a/ghc-Only.changes b/ghc-Only.changes index e1bd5f3..3bda78b 100644 --- a/ghc-Only.changes +++ b/ghc-Only.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 6 10:03:06 UTC 2023 - Peter Simons + +- Update Only to version 0.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Mar 30 17:07:45 UTC 2023 - Peter Simons diff --git a/ghc-Only.spec b/ghc-Only.spec index 06ba3f1..9a2edb4 100644 --- a/ghc-Only.spec +++ b/ghc-Only.spec @@ -25,7 +25,7 @@ Summary: The 1-tuple type or single-value "collection" 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