forked from pool/ghc-lens
Accepting request 842753 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/842753 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-lens?expand=0&rev=13
This commit is contained in:
commit
4a1ecbad98
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user