osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-connection revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-connection?expand=0&rev=60
This commit is contained in:
parent
c9d24f03f8
commit
ab986f6ad5
@ -1,6 +1,6 @@
|
||||
Name: connection
|
||||
Version: 0.3.1
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
Description:
|
||||
Simple network library for all your connection need.
|
||||
.
|
||||
@ -17,7 +17,7 @@ Synopsis: Simple and easy network connections API
|
||||
Build-Type: Simple
|
||||
Category: Network
|
||||
stability: experimental
|
||||
Cabal-Version: >=1.6
|
||||
Cabal-Version: >=1.8
|
||||
Homepage: https://github.com/vincenthz/hs-connection
|
||||
extra-source-files: README.md
|
||||
CHANGELOG.md
|
||||
@ -29,7 +29,7 @@ Library
|
||||
, containers
|
||||
, data-default-class
|
||||
, network >= 2.6.3
|
||||
, tls >= 1.4
|
||||
, tls >= 1.4 && < 1.7
|
||||
, socks >= 0.6
|
||||
, x509 >= 1.5
|
||||
, x509-store >= 1.5
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 8 02:05:51 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update connection to version 0.3.1 revision 2.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 17:06:19 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -25,7 +25,7 @@ Summary: Simple and easy network connections API
|
||||
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-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
|
Loading…
Reference in New Issue
Block a user