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:
commit
b42c300749
@ -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
|
||||
|
||||
|
@ -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-assoc-devel
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: lens
|
||||
category: Data, Lenses, Generics
|
||||
version: 5.0.1
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
license: BSD2
|
||||
cabal-version: 1.18
|
||||
license-file: LICENSE
|
||||
@ -427,7 +427,7 @@ benchmark plated
|
||||
default-language: Haskell2010
|
||||
build-depends:
|
||||
base,
|
||||
base-compat >=0.11.0 && <0.12,
|
||||
base-compat >=0.11.0 && <0.13,
|
||||
comonad,
|
||||
criterion,
|
||||
deepseq,
|
||||
|
Loading…
Reference in New Issue
Block a user