From 4b2e32a7fd9c8554161071d2ea58985f86aaeeb5e37cdabd8f4944ce0efb07a0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 19 Mar 2024 14:43:32 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-free revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-free?expand=0&rev=78 --- free.cabal | 4 ++-- ghc-free.changes | 6 ++++++ ghc-free.spec | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/free.cabal b/free.cabal index f279e65..93ad13a 100644 --- a/free.cabal +++ b/free.cabal @@ -1,7 +1,7 @@ name: free category: Control, Monads version: 5.2 -x-revision: 3 +x-revision: 4 license: BSD3 cabal-version: 1.18 license-file: LICENSE @@ -85,7 +85,7 @@ library mtl >= 2.2.2 && < 2.4, profunctors >= 5.6.1 && < 6, semigroupoids >= 5.3.5 && < 7, - th-abstraction >= 0.4.2.0 && < 0.7, + th-abstraction >= 0.4.2.0 && < 0.8, transformers >= 0.5 && < 0.7, transformers-base >= 0.4.5.2 && < 0.5, template-haskell >= 2.11 && < 2.22 diff --git a/ghc-free.changes b/ghc-free.changes index 7f6de72..6139dfd 100644 --- a/ghc-free.changes +++ b/ghc-free.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 17 15:54:42 UTC 2024 - Peter Simons + +- Update free to version 5.2 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sat Sep 30 13:05:47 UTC 2023 - Peter Simons diff --git a/ghc-free.spec b/ghc-free.spec index 9229454..367bd99 100644 --- a/ghc-free.spec +++ b/ghc-free.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-free # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Summary: Monads for free 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-base-devel BuildRequires: ghc-base-prof