From 4b9a5a71d0d642b5947fb11c71c9d665e7e077f17ae443b67443c00227aeee9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 9 Feb 2021 09:17:45 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-lens revision:23, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lens?expand=0&rev=40 --- ghc-lens.changes | 18 ++++++++++++++++++ ghc-lens.spec | 4 ++-- lens.cabal | 8 ++++---- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/ghc-lens.changes b/ghc-lens.changes index 48baf12..a039ac7 100644 --- a/ghc-lens.changes +++ b/ghc-lens.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Feb 8 19:13:43 UTC 2021 - psimons@suse.com + +- Update lens to version 4.19.2 revision 5. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- +Sun Jan 31 13:49:07 UTC 2021 - psimons@suse.com + +- Update lens to version 4.19.2 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- +Wed Jan 20 08:35:33 UTC 2021 - psimons@suse.com + +- Update lens to version 4.19.2 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-lens.spec b/ghc-lens.spec index 15d6576..f37ab49 100644 --- a/ghc-lens.spec +++ b/ghc-lens.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-lens # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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: 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/5.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-base-orphans-devel diff --git a/lens.cabal b/lens.cabal index f05bbac..ded76d7 100644 --- a/lens.cabal +++ b/lens.cabal @@ -1,7 +1,7 @@ name: lens category: Data, Lenses, Generics version: 4.19.2 -x-revision: 2 +x-revision: 5 license: BSD2 cabal-version: 1.18 license-file: LICENSE @@ -204,7 +204,7 @@ library base-orphans >= 0.5.2 && < 1, bifunctors >= 5.1 && < 6, bytestring >= 0.9.2.1 && < 0.11, - call-stack >= 0.1 && < 0.3, + call-stack >= 0.1 && < 0.4, comonad >= 4 && < 6, contravariant >= 1.3 && < 2, containers >= 0.4.0 && < 0.7, @@ -447,7 +447,7 @@ test-suite doctests containers, directory >= 1.0, deepseq, - doctest >= 0.11.4 && < 0.12 || >= 0.13 && < 0.18, + doctest >= 0.11.4 && < 0.12 || >= 0.13 && < 0.19, filepath, generic-deriving, lens, @@ -458,7 +458,7 @@ test-suite doctests simple-reflect >= 0.3.1, text, unordered-containers, - vector + vector < 0.12.2 -- Basic benchmarks for the uniplate-style combinators benchmark plated