osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-split revision:4, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-split?expand=0&rev=47
This commit is contained in:
Peter Simons 2019-08-22 01:01:37 +00:00 committed by Git OBS Bridge
parent 05b011bd42
commit 16b0254088
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ License: BSD-3-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/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-rpm-macros
%if %{with tests}

View File

@ -1,6 +1,6 @@
Name: split
Version: 0.2.3.3
x-revision: 1
x-revision: 2
Stability: stable
Description: A collection of various methods for splitting
@ -52,7 +52,7 @@ Source-repository head
Library
ghc-options: -Wall
build-depends: base <4.13
build-depends: base < 4.14
exposed-modules: Data.List.Split, Data.List.Split.Internals
default-language: Haskell2010
Hs-source-dirs: src