From c048011b0f81b6bd496cddb92d358a897268aa30575d355f5d7542b76f1a9b81 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Dec 2019 02:04:04 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-tagged revision:10, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tagged?expand=0&rev=52 --- ghc-tagged.changes | 5 +++++ ghc-tagged.spec | 2 +- tagged.cabal | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ghc-tagged.changes b/ghc-tagged.changes index b98466f..c85cdb2 100644 --- a/ghc-tagged.changes +++ b/ghc-tagged.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 8 16:14:53 UTC 2019 - Peter Simons + +- Drop obsolete group attributes. + ------------------------------------------------------------------- Tue Jun 11 14:29:19 UTC 2019 - Peter Simons diff --git a/ghc-tagged.spec b/ghc-tagged.spec index 10fbf49..4e95bc3 100644 --- a/ghc-tagged.spec +++ b/ghc-tagged.spec @@ -24,7 +24,7 @@ Summary: Haskell 98 phantom types to avoid unsafely passing dummy argumen License: BSD-3-Clause 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 diff --git a/tagged.cabal b/tagged.cabal index aca44e6..4403760 100644 --- a/tagged.cabal +++ b/tagged.cabal @@ -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