forked from pool/ghc-lens
osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-lens revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lens?expand=0&rev=70
This commit is contained in:
parent
26e337105e
commit
3c0cc4bc11
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 16:00:18 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update lens to version 5.2.3 revision 5.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 5 20:10:48 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -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/4.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-array-prof
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: lens
|
||||
category: Data, Lenses, Generics
|
||||
version: 5.2.3
|
||||
x-revision: 4
|
||||
x-revision: 5
|
||||
license: BSD2
|
||||
cabal-version: 1.18
|
||||
license-file: LICENSE
|
||||
@ -410,7 +410,7 @@ benchmark plated
|
||||
default-language: Haskell2010
|
||||
build-depends:
|
||||
base,
|
||||
base-compat >=0.11.0 && <0.14,
|
||||
base-compat >=0.11.0 && <0.15,
|
||||
comonad,
|
||||
criterion,
|
||||
deepseq,
|
||||
|
Loading…
Reference in New Issue
Block a user