osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-connection revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-connection?expand=0&rev=33
This commit is contained in:
parent
7007e6b6aa
commit
ac0fbacfed
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:70b1f44e8786320c18b26fc5d4ec115fc8ac016ba1f852fa8137f55d785a93eb
|
||||
size 8695
|
3
connection-0.3.0.tar.gz
Normal file
3
connection-0.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6470d69a4f9a0bd374183a30d2089a96d38ad31438ef081b62287f74b55fa3b8
|
||||
size 8954
|
@ -1,5 +1,5 @@
|
||||
Name: connection
|
||||
Version: 0.2.8
|
||||
Version: 0.3.0
|
||||
x-revision: 1
|
||||
Description:
|
||||
Simple network library for all your connection need.
|
||||
@ -18,19 +18,19 @@ Build-Type: Simple
|
||||
Category: Network
|
||||
stability: experimental
|
||||
Cabal-Version: >=1.6
|
||||
Homepage: http://github.com/vincenthz/hs-connection
|
||||
Homepage: https://github.com/vincenthz/hs-connection
|
||||
extra-source-files: README.md
|
||||
CHANGELOG.md
|
||||
|
||||
Library
|
||||
Build-Depends: base >= 3 && < 5
|
||||
Build-Depends: base >= 4.8 && < 5
|
||||
, basement
|
||||
, bytestring
|
||||
, byteable
|
||||
, containers
|
||||
, data-default-class
|
||||
, network >= 2.3 && < 2.9
|
||||
, tls >= 1.3
|
||||
, socks >= 0.5.5
|
||||
, network >= 2.6
|
||||
, tls >= 1.4
|
||||
, socks >= 0.6
|
||||
, x509 >= 1.5
|
||||
, x509-store >= 1.5
|
||||
, x509-system >= 1.5
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 02:01:50 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update connection to version 0.3.0.
|
||||
Upstream has not updated the file "CHANGELOG.md" since the last
|
||||
release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 20 11:31:20 UTC 2018 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-connection
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%global pkg_name connection
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.8
|
||||
Version: 0.3.0
|
||||
Release: 0
|
||||
Summary: Simple and easy network connections API
|
||||
License: BSD-3-Clause
|
||||
@ -27,7 +27,7 @@ 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
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-byteable-devel
|
||||
BuildRequires: ghc-basement-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-data-default-class-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user