forked from pool/ghc-tagged
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-tagged revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tagged?expand=0&rev=66
This commit is contained in:
parent
5d9958db83
commit
782b51a052
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 6 08:56:30 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update tagged to version 0.8.6 revision 3.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 31 09:34:32 UTC 2020 - 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/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
|
||||
x-revision: 2
|
||||
x-revision: 3
|
||||
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.17
|
||||
build-depends: template-haskell >= 2.8 && < 2.18
|
||||
|
||||
if flag(deepseq)
|
||||
build-depends: deepseq >= 1.1 && < 1.5
|
||||
|
Loading…
Reference in New Issue
Block a user