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
This commit is contained in:
parent
ad9ca747ed
commit
c048011b0f
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user