osc copypac from project:devel:languages:haskell:lts:10 package:ghc-distributive revision:4, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=19
This commit is contained in:
Peter Simons 2018-02-15 02:18:00 +00:00 committed by Git OBS Bridge
parent c14410b825
commit 7d7f9b64ed
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: 3
x-revision: 4
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.14
doctest >= 0.11.1 && <0.15
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/3.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-orphans-devel
BuildRequires: ghc-cabal-doctest-devel