Accepting request 759522 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/759522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-tagged?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2019-12-27 12:58:00 +00:00 committed by Git OBS Bridge
commit 427eb00c9f
3 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 8 16:14:53 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
-------------------------------------------------------------------
Tue Jun 11 14:29:19 UTC 2019 - Peter Simons <psimons@suse.com>

View File

@ -22,10 +22,9 @@ Version: 0.8.6
Release: 0
Summary: Haskell 98 phantom types to avoid unsafely passing dummy arguments
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-deepseq-devel
BuildRequires: ghc-rpm-macros
@ -37,7 +36,6 @@ Haskell 98 phantom types to avoid unsafely passing dummy arguments.
%package devel
Summary: Haskell %{pkg_name} library development files
Group: Development/Libraries/Haskell
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}

View File

@ -1,6 +1,6 @@
name: tagged
version: 0.8.6
x-revision: 1
x-revision: 2
license: BSD3
license-file: LICENSE
author: Edward A. Kmett
@ -68,7 +68,7 @@ library
if impl(ghc>=7.6)
exposed-modules: Data.Proxy.TH
build-depends: template-haskell >= 2.8 && < 2.16
build-depends: template-haskell >= 2.8 && < 2.17
if flag(deepseq)
build-depends: deepseq >= 1.1 && < 1.5