osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-tls revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tls?expand=0&rev=90
This commit is contained in:
parent
037413e6b8
commit
98c4775c0f
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 26 05:57:23 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update tls to version 2.0.1 revision 2.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 1 03:31:34 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -26,7 +26,7 @@ Summary: TLS protocol native implementation
|
||||
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-asn1-encoding-devel
|
||||
BuildRequires: ghc-asn1-encoding-prof
|
||||
|
@ -1,7 +1,7 @@
|
||||
cabal-version: >=1.10
|
||||
name: tls
|
||||
version: 2.0.1
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
copyright: Vincent Hanquez <vincent@snarc.org>
|
||||
@ -126,7 +126,7 @@ library
|
||||
data-default-class >= 0.1 && < 0.2,
|
||||
memory >= 0.18 && < 0.19,
|
||||
mtl >= 2.2 && < 2.4,
|
||||
network >= 3.1 && < 3.2,
|
||||
network >= 3.1,
|
||||
serialise >= 0.2 && < 0.3,
|
||||
transformers >= 0.5 && < 0.7,
|
||||
unix-time >= 0.4.11 && < 0.5
|
||||
|
Loading…
x
Reference in New Issue
Block a user