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:
Peter Simons 2023-06-21 16:50:39 +00:00 committed by Git OBS Bridge
parent c9d24f03f8
commit ab986f6ad5
3 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: connection Name: connection
Version: 0.3.1 Version: 0.3.1
x-revision: 1 x-revision: 2
Description: Description:
Simple network library for all your connection need. Simple network library for all your connection need.
. .
@ -17,7 +17,7 @@ Synopsis: Simple and easy network connections API
Build-Type: Simple Build-Type: Simple
Category: Network Category: Network
stability: experimental stability: experimental
Cabal-Version: >=1.6 Cabal-Version: >=1.8
Homepage: https://github.com/vincenthz/hs-connection Homepage: https://github.com/vincenthz/hs-connection
extra-source-files: README.md extra-source-files: README.md
CHANGELOG.md CHANGELOG.md
@ -29,7 +29,7 @@ Library
, containers , containers
, data-default-class , data-default-class
, network >= 2.6.3 , network >= 2.6.3
, tls >= 1.4 , tls >= 1.4 && < 1.7
, socks >= 0.6 , socks >= 0.6
, x509 >= 1.5 , x509 >= 1.5
, x509-store >= 1.5 , x509-store >= 1.5

View File

@ -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> Thu Mar 30 17:06:19 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -25,7 +25,7 @@ Summary: Simple and easy network connections API
License: BSD-3-Clause License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz 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-Cabal-devel
BuildRequires: ghc-base-devel BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof BuildRequires: ghc-base-prof