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

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

View File

@ -1,7 +1,7 @@
name: distributive
category: Data Structures
version: 0.5.3
x-revision: 2
x-revision: 3
license: BSD3
cabal-version: >= 1.8
license-file: LICENSE
@ -52,7 +52,7 @@ flag tagged
library
build-depends:
base >= 4 && < 5,
base-orphans >= 0.5 && < 1,
base-orphans >= 0.5.2 && < 1,
transformers >= 0.2 && < 0.6,
transformers-compat >= 0.3 && < 1

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 9 03:01:16 UTC 2018 - psimons@suse.com
- Update to version 0.5.3 revision 3.
A more detailed change log is not available.
-------------------------------------------------------------------
Mon Dec 11 04:27:52 UTC 2017 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-distributive
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -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/2.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-orphans-devel
BuildRequires: ghc-cabal-doctest-devel