SHA256
1
0
forked from pool/ghc-lens

Accepting request 721731 from devel:languages:haskell

minor version update, required for adi:8

OBS-URL: https://build.opensuse.org/request/show/721731
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-lens?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2019-08-13 11:16:12 +00:00 committed by Git OBS Bridge
commit 0801d8b2a8
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 8 10:13:34 UTC 2019 - Peter Simons <psimons@suse.com>
- Update Cabal file to allow building with call-stack 0.2.x.
-------------------------------------------------------------------
Tue Jun 11 14:29:12 UTC 2019 - Peter Simons <psimons@suse.com>

View File

@ -26,7 +26,7 @@ License: BSD-2-Clause
Group: Development/Libraries/Haskell
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-base-orphans-devel

View File

@ -1,7 +1,7 @@
name: lens
category: Data, Lenses, Generics
version: 4.17.1
x-revision: 1
x-revision: 2
license: BSD2
cabal-version: 1.18
license-file: LICENSE
@ -200,7 +200,7 @@ library
base-orphans >= 0.5.2 && < 1,
bifunctors >= 5.1 && < 6,
bytestring >= 0.9.1.10 && < 0.11,
call-stack >= 0.1 && < 0.2,
call-stack >= 0.1 && < 0.3,
comonad >= 4 && < 6,
contravariant >= 1.3 && < 2,
containers >= 0.4.0 && < 0.7,