SHA256
1
0
forked from pool/ghc-lens

Accepting request 917488 from devel:languages:haskell

automated update of haskell stack

OBS-URL: https://build.opensuse.org/request/show/917488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-lens?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2021-09-10 21:41:09 +00:00 committed by Git OBS Bridge
commit b42c300749
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 2 08:32:21 UTC 2021 - psimons@suse.com
- Update lens to version 5.0.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 17 12:25:17 UTC 2021 - psimons@suse.com Mon May 17 12:25:17 UTC 2021 - psimons@suse.com

View File

@ -25,7 +25,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-assoc-devel BuildRequires: ghc-assoc-devel

View File

@ -1,7 +1,7 @@
name: lens name: lens
category: Data, Lenses, Generics category: Data, Lenses, Generics
version: 5.0.1 version: 5.0.1
x-revision: 1 x-revision: 2
license: BSD2 license: BSD2
cabal-version: 1.18 cabal-version: 1.18
license-file: LICENSE license-file: LICENSE
@ -427,7 +427,7 @@ benchmark plated
default-language: Haskell2010 default-language: Haskell2010
build-depends: build-depends:
base, base,
base-compat >=0.11.0 && <0.12, base-compat >=0.11.0 && <0.13,
comonad, comonad,
criterion, criterion,
deepseq, deepseq,