forked from pool/ghc-lens
osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-lens revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lens?expand=0&rev=10
This commit is contained in:
parent
e3e5ed2ee8
commit
1cceaf6e55
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user