osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-lens revision:15, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lens?expand=0&rev=34
This commit is contained in:
Peter Simons 2020-10-20 09:15:37 +00:00 committed by Git OBS Bridge
parent b925e38335
commit 5fbff9e64a
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 6 08:56:30 UTC 2020 - psimons@suse.com
- Update lens to version 4.19.2 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Aug 31 09:34:39 UTC 2020 - psimons@suse.com

View File

@ -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/1.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-array-devel
BuildRequires: ghc-base-orphans-devel

View File

@ -1,7 +1,7 @@
name: lens
category: Data, Lenses, Generics
version: 4.19.2
x-revision: 1
x-revision: 2
license: BSD2
cabal-version: 1.18
license-file: LICENSE
@ -222,7 +222,7 @@ library
semigroupoids >= 5 && < 6,
tagged >= 0.4.4 && < 1,
template-haskell >= 2.4 && < 2.17,
th-abstraction >= 0.3 && < 0.4,
th-abstraction >= 0.3 && < 0.5,
text >= 0.11 && < 1.3,
transformers >= 0.2 && < 0.6,
transformers-compat >= 0.4 && < 1,