forked from pool/ghc-lens
osc copypac from project:devel:languages:haskell:ghc-9.4.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=61
This commit is contained in:
parent
2a5a1bb327
commit
191af0d9f5
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 30 13:35:57 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update lens to version 5.2.3 revision 2.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 27 15:30:05 UTC 2023 - Peter Simons <psimons@suse.com>
|
Sun Aug 27 15:30:05 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Summary: Lenses, Folds and Traversals
|
|||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
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-Cabal-devel
|
||||||
BuildRequires: ghc-array-devel
|
BuildRequires: ghc-array-devel
|
||||||
BuildRequires: ghc-array-prof
|
BuildRequires: ghc-array-prof
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: lens
|
name: lens
|
||||||
category: Data, Lenses, Generics
|
category: Data, Lenses, Generics
|
||||||
version: 5.2.3
|
version: 5.2.3
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
license: BSD2
|
license: BSD2
|
||||||
cabal-version: 1.18
|
cabal-version: 1.18
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
@ -182,7 +182,7 @@ library
|
|||||||
bytestring >= 0.10.4.0 && < 0.13,
|
bytestring >= 0.10.4.0 && < 0.13,
|
||||||
call-stack >= 0.1 && < 0.5,
|
call-stack >= 0.1 && < 0.5,
|
||||||
comonad >= 5.0.7 && < 6,
|
comonad >= 5.0.7 && < 6,
|
||||||
containers >= 0.5.5.1 && < 0.7,
|
containers >= 0.5.5.1 && < 0.8,
|
||||||
contravariant >= 1.4 && < 2,
|
contravariant >= 1.4 && < 2,
|
||||||
distributive >= 0.5.1 && < 1,
|
distributive >= 0.5.1 && < 1,
|
||||||
exceptions >= 0.8.2.1 && < 1,
|
exceptions >= 0.8.2.1 && < 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user