forked from pool/ghc-tagged
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-tagged revision:20, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tagged?expand=0&rev=77
This commit is contained in:
parent
25b47edad7
commit
7172e5f0e4
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 23 17:28:49 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update tagged to version 0.8.6.1 revision 3.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 27 07:51:20 UTC 2021 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-tagged
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -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/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-deepseq-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: tagged
|
||||
version: 0.8.6.1
|
||||
x-revision: 2
|
||||
x-revision: 3
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
author: Edward A. Kmett
|
||||
@ -75,7 +75,7 @@ library
|
||||
|
||||
if impl(ghc>=7.6)
|
||||
exposed-modules: Data.Proxy.TH
|
||||
build-depends: template-haskell >= 2.8 && < 2.19
|
||||
build-depends: template-haskell >= 2.8 && < 2.20
|
||||
|
||||
if flag(deepseq)
|
||||
build-depends: deepseq >= 1.1 && < 1.5
|
||||
|
Loading…
Reference in New Issue
Block a user