From 26e337105e5ba36dbd8a844dacfeda1cc30830eb603d72ddf4342e671608aa6c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 6 Apr 2024 21:00:48 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-lens revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lens?expand=0&rev=68 --- ghc-lens.changes | 6 ++++++ ghc-lens.spec | 2 +- lens.cabal | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ghc-lens.changes b/ghc-lens.changes index 9b2492c..6720d43 100644 --- a/ghc-lens.changes +++ b/ghc-lens.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 5 20:10:48 UTC 2024 - Peter Simons + +- Update lens to version 5.2.3 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sun Mar 17 16:04:56 UTC 2024 - Peter Simons diff --git a/ghc-lens.spec b/ghc-lens.spec index ca0af61..8776b58 100644 --- a/ghc-lens.spec +++ b/ghc-lens.spec @@ -26,7 +26,7 @@ Summary: Lenses, Folds and Traversals License: BSD-2-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-array-devel BuildRequires: ghc-array-prof diff --git a/lens.cabal b/lens.cabal index 0915271..b4b4c99 100644 --- a/lens.cabal +++ b/lens.cabal @@ -1,7 +1,7 @@ name: lens category: Data, Lenses, Generics version: 5.2.3 -x-revision: 3 +x-revision: 4 license: BSD2 cabal-version: 1.18 license-file: LICENSE @@ -186,7 +186,7 @@ library contravariant >= 1.4 && < 2, distributive >= 0.5.1 && < 1, exceptions >= 0.8.2.1 && < 1, - filepath >= 1.2.0.0 && < 1.5, + filepath >= 1.2.0.0 && < 1.6, free >= 5.1.5 && < 6, ghc-prim, hashable >= 1.2.7.0 && < 1.5,