osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-distributive revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=48
This commit is contained in:
parent
1fd47ca8a0
commit
2d2a136770
@ -1,7 +1,7 @@
|
|||||||
name: distributive
|
name: distributive
|
||||||
category: Data Structures
|
category: Data Structures
|
||||||
version: 0.6.2
|
version: 0.6.2
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
license: BSD3
|
license: BSD3
|
||||||
cabal-version: >= 1.8
|
cabal-version: >= 1.8
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
@ -65,7 +65,7 @@ library
|
|||||||
build-depends:
|
build-depends:
|
||||||
base >= 4 && < 5,
|
base >= 4 && < 5,
|
||||||
base-orphans >= 0.5.2 && < 1,
|
base-orphans >= 0.5.2 && < 1,
|
||||||
transformers >= 0.2 && < 0.6
|
transformers >= 0.3 && < 0.6
|
||||||
|
|
||||||
if !impl(ghc >= 7.8) && !impl(ghcjs)
|
if !impl(ghc >= 7.8) && !impl(ghcjs)
|
||||||
build-depends: transformers-compat >= 0.3 && < 1
|
build-depends: transformers-compat >= 0.3 && < 1
|
||||||
|
@ -25,7 +25,7 @@ Summary: Distributive functors -- Dual to Traversable
|
|||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
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-base-orphans-devel
|
BuildRequires: ghc-base-orphans-devel
|
||||||
BuildRequires: ghc-cabal-doctest-devel
|
BuildRequires: ghc-cabal-doctest-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user