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:
Peter Simons 2020-08-04 11:07:02 +00:00 committed by Git OBS Bridge
parent 1fd47ca8a0
commit 2d2a136770
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: distributive
category: Data Structures
version: 0.6.2
x-revision: 1
x-revision: 2
license: BSD3
cabal-version: >= 1.8
license-file: LICENSE
@ -65,7 +65,7 @@ library
build-depends:
base >= 4 && < 5,
base-orphans >= 0.5.2 && < 1,
transformers >= 0.2 && < 0.6
transformers >= 0.3 && < 0.6
if !impl(ghc >= 7.8) && !impl(ghcjs)
build-depends: transformers-compat >= 0.3 && < 1

View File

@ -25,7 +25,7 @@ Summary: Distributive functors -- Dual to Traversable
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/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-base-orphans-devel
BuildRequires: ghc-cabal-doctest-devel