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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=17
This commit is contained in:
Peter Simons 2017-12-12 02:12:41 +00:00 committed by Git OBS Bridge
parent 42a0333e4a
commit 3220f3cf96
3 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: distributive
category: Data Structures
version: 0.5.3
x-revision: 1
x-revision: 2
license: BSD3
cabal-version: >= 1.8
license-file: LICENSE
@ -71,7 +71,8 @@ library
if impl(ghc < 8.0)
if flag(semigroups)
build-depends: semigroups >= 0.11 && < 1
-- we need Functor Semi.Min etc.
build-depends: semigroups >= 0.13 && < 1
if impl(ghc < 7.8)
hs-source-dirs: src-compat

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Dec 11 04:27:52 UTC 2017 - psimons@suse.com
- Update to version 0.5.3 revision 2.
A more detailed change log is not available.
-------------------------------------------------------------------
Thu Aug 17 03:03:20 UTC 2017 - psimons@suse.com

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/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