diff --git a/ghc-lens.changes b/ghc-lens.changes index b6af70a..9b2492c 100644 --- a/ghc-lens.changes +++ b/ghc-lens.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 17 16:04:56 UTC 2024 - Peter Simons + +- Update lens to version 5.2.3 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sat Sep 30 13:35:57 UTC 2023 - Peter Simons diff --git a/ghc-lens.spec b/ghc-lens.spec index f4aa803..ca0af61 100644 --- a/ghc-lens.spec +++ b/ghc-lens.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-lens # -# 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 @@ -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/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-array-devel BuildRequires: ghc-array-prof diff --git a/lens.cabal b/lens.cabal index 2197e75..0915271 100644 --- a/lens.cabal +++ b/lens.cabal @@ -1,7 +1,7 @@ name: lens category: Data, Lenses, Generics version: 5.2.3 -x-revision: 2 +x-revision: 3 license: BSD2 cabal-version: 1.18 license-file: LICENSE @@ -202,7 +202,7 @@ library tagged >= 0.8.6 && < 1, template-haskell >= 2.11.1.0 && < 2.22, text >= 1.2.3.0 && < 2.2, - th-abstraction >= 0.4.1 && < 0.7, + th-abstraction >= 0.4.1 && < 0.8, these >= 1.1.1.1 && < 1.3, transformers >= 0.5.0.0 && < 0.7, transformers-compat >= 0.5.0.4 && < 1,