forked from pool/ghc-lens
osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-lens revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lens?expand=0&rev=66
This commit is contained in:
parent
1b6d08939c
commit
62817bf740
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 17 16:04:56 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update lens to version 5.2.3 revision 3.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 30 13:35:57 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-lens
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -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/2.cabal#/%{pkg_name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.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: 2
|
||||
x-revision: 3
|
||||
license: BSD2
|
||||
cabal-version: 1.18
|
||||
license-file: LICENSE
|
||||
@ -202,7 +202,7 @@ library
|
||||
tagged >= 0.8.6 && < 1,
|
||||
template-haskell >= 2.11.1.0 && < 2.22,
|
||||
text >= 1.2.3.0 && < 2.2,
|
||||
th-abstraction >= 0.4.1 && < 0.7,
|
||||
th-abstraction >= 0.4.1 && < 0.8,
|
||||
these >= 1.1.1.1 && < 1.3,
|
||||
transformers >= 0.5.0.0 && < 0.7,
|
||||
transformers-compat >= 0.5.0.4 && < 1,
|
||||
|
Loading…
Reference in New Issue
Block a user