forked from pool/ghc-socks
osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-socks revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-socks?expand=0&rev=35
This commit is contained in:
parent
0acc8d45da
commit
605859a916
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 02:01:54 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update socks to version 0.6.1.
|
||||
Upstream does not provide a change log file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 23 02:01:53 UTC 2019 - psimons@suse.com
|
||||
|
||||
|
@ -18,14 +18,13 @@
|
||||
|
||||
%global pkg_name socks
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.6.0
|
||||
Version: 0.6.1
|
||||
Release: 0
|
||||
Summary: Socks proxy (ver 5)
|
||||
License: BSD-3-Clause
|
||||
Group: Development/Libraries/Haskell
|
||||
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-basement-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
@ -49,7 +48,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9762fa87aeda7cf98290cb66af91c4ed5bf258b3548b189e9188d0c29f707381
|
||||
size 9725
|
3
socks-0.6.1.tar.gz
Normal file
3
socks-0.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:734447558bb061ce768f53a0df1f2401902c6bee396cc96ce627edd986ef6a73
|
||||
size 9759
|
36
socks.cabal
36
socks.cabal
@ -1,36 +0,0 @@
|
||||
Name: socks
|
||||
Version: 0.6.0
|
||||
x-revision: 1
|
||||
Synopsis: Socks proxy (ver 5)
|
||||
Description: Socks proxy (version 5) implementation.
|
||||
License: BSD3
|
||||
License-file: LICENSE
|
||||
Copyright: Vincent Hanquez <vincent@snarc.org>
|
||||
Author: Vincent Hanquez <vincent@snarc.org>
|
||||
Maintainer: Vincent Hanquez <vincent@snarc.org>
|
||||
Build-Type: Simple
|
||||
Category: Network
|
||||
stability: experimental
|
||||
Cabal-Version: 1.18
|
||||
Homepage: http://github.com/vincenthz/hs-socks
|
||||
extra-doc-files: README.md, Example.hs
|
||||
|
||||
Library
|
||||
Build-Depends: base >= 3 && < 4.13
|
||||
, bytestring < 0.11
|
||||
, cereal >= 0.3.1
|
||||
, network >= 2.6
|
||||
, basement
|
||||
Exposed-modules: Network.Socks5
|
||||
Network.Socks5.Lowlevel
|
||||
Network.Socks5.Types
|
||||
Other-modules: Network.Socks5.Wire
|
||||
Network.Socks5.Conf
|
||||
Network.Socks5.Command
|
||||
Network.Socks5.Parse
|
||||
ghc-options: -Wall -fno-warn-missing-signatures -fwarn-tabs
|
||||
default-language: Haskell2010
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: git://github.com/vincenthz/hs-socks
|
Loading…
Reference in New Issue
Block a user