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:
@@ -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>
|
Tue Jun 11 14:29:12 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@@ -26,7 +26,7 @@ License: BSD-2-Clause
|
|||||||
Group: Development/Libraries/Haskell
|
Group: Development/Libraries/Haskell
|
||||||
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-base-orphans-devel
|
BuildRequires: ghc-base-orphans-devel
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
name: lens
|
name: lens
|
||||||
category: Data, Lenses, Generics
|
category: Data, Lenses, Generics
|
||||||
version: 4.17.1
|
version: 4.17.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
|
||||||
@@ -200,7 +200,7 @@ library
|
|||||||
base-orphans >= 0.5.2 && < 1,
|
base-orphans >= 0.5.2 && < 1,
|
||||||
bifunctors >= 5.1 && < 6,
|
bifunctors >= 5.1 && < 6,
|
||||||
bytestring >= 0.9.1.10 && < 0.11,
|
bytestring >= 0.9.1.10 && < 0.11,
|
||||||
call-stack >= 0.1 && < 0.2,
|
call-stack >= 0.1 && < 0.3,
|
||||||
comonad >= 4 && < 6,
|
comonad >= 4 && < 6,
|
||||||
contravariant >= 1.3 && < 2,
|
contravariant >= 1.3 && < 2,
|
||||||
containers >= 0.4.0 && < 0.7,
|
containers >= 0.4.0 && < 0.7,
|
||||||
|
Reference in New Issue
Block a user