From 3019dc9b80c2d364b3a27907eeadd51c8249cc195c9fa246c3ebb92d7914655d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 17 Jul 2022 10:32:40 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-ghc-paths revision:11, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ghc-paths?expand=0&rev=10 --- ghc-ghc-paths.changes | 6 ++++++ ghc-ghc-paths.spec | 4 ++-- ghc-paths.cabal | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ghc-ghc-paths.changes b/ghc-ghc-paths.changes index a2cc912..085b5c4 100644 --- a/ghc-ghc-paths.changes +++ b/ghc-ghc-paths.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jul 16 17:32:13 UTC 2022 - Peter Simons + +- Update ghc-paths to version 0.1.0.12 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Mon Nov 1 08:26:50 UTC 2021 - psimons@suse.com diff --git a/ghc-ghc-paths.spec b/ghc-ghc-paths.spec index a578cf6..2481077 100644 --- a/ghc-ghc-paths.spec +++ b/ghc-ghc-paths.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-ghc-paths # -# 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 @@ -24,7 +24,7 @@ Summary: Knowledge of GHC's installation directories 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/3.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-rpm-macros diff --git a/ghc-paths.cabal b/ghc-paths.cabal index 443ab1e..126cd79 100644 --- a/ghc-paths.cabal +++ b/ghc-paths.cabal @@ -1,6 +1,6 @@ name: ghc-paths version: 0.1.0.12 -x-revision: 3 +x-revision: 4 license: BSD3 license-file: LICENSE copyright: (c) Simon Marlow @@ -14,7 +14,7 @@ cabal-version: >= 1.6 build-type: Custom custom-setup - setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.7, directory + setup-depends: base >= 3 && < 5, Cabal >= 1.6 && <3.9, directory library build-depends: base >= 3 && < 5