osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-distributive revision:6, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=27
This commit is contained in:
Peter Simons 2018-06-27 01:01:27 +00:00 committed by Git OBS Bridge
parent d08b962fb9
commit 13518b14fe
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: distributive
category: Data Structures
version: 0.5.3
x-revision: 5
x-revision: 6
license: BSD3
cabal-version: >= 1.8
license-file: LICENSE
@ -87,7 +87,7 @@ test-suite doctests
build-depends:
base >= 4,
distributive,
doctest >= 0.11.1 && <0.16
doctest >= 0.11.1 && <0.17
ghc-options: -Wall -threaded
hs-source-dirs: tests

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/5.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-orphans-devel
BuildRequires: ghc-cabal-doctest-devel