update to 0.3.1
This commit is contained in:
parent
3307629345
commit
2572f3be05
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/connection-0.2.8.tar.gz
|
||||
/connection-0.3.1.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: connection
|
||||
Version: 0.2.8
|
||||
x-revision: 2
|
||||
Version: 0.3.1
|
||||
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 && < 0.6
|
||||
, network >= 2.6.3
|
||||
, tls >= 1.4
|
||||
, socks >= 0.6
|
||||
, x509 >= 1.5
|
||||
, x509-store >= 1.5
|
||||
, x509-system >= 1.5
|
@ -5,8 +5,8 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.8
|
||||
Release: 11%{?dist}
|
||||
Version: 0.3.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple and easy network connections API
|
||||
|
||||
License: BSD
|
||||
@ -20,7 +20,7 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-byteable-prof
|
||||
BuildRequires: ghc-basement-prof
|
||||
BuildRequires: ghc-bytestring-prof
|
||||
BuildRequires: ghc-containers-prof
|
||||
BuildRequires: ghc-data-default-class-prof
|
||||
@ -127,6 +127,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 14 2020 Jens Petersen <petersen@redhat.com> - 0.3.1-1
|
||||
- update to 0.3.1
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.8-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (connection-0.2.8.tar.gz) = 59202159d8d9233d1786c75470892da1a577d7a82a8bb8f5c75d52ade7be227c5619fd6fdebf7f60d4e240b31e3b791df266c97787e3fe7814da380147f9c9c5
|
||||
SHA512 (connection-0.3.1.tar.gz) = 06da91d39e0d9a556a78da77a7ca31d520d5e7e8fd65509f82be926ad2c34282ef1f4d03aa6065c5834bc89417cf51b573f3cf4529fe3ead72eb1e80cc6d7a98
|
||||
|
Loading…
Reference in New Issue
Block a user