SHA256
1
0
forked from pool/ghc-socks

osc copypac from project:devel:languages:haskell:lts:10 package:ghc-socks revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-socks?expand=0&rev=18
This commit is contained in:
Peter Simons 2017-12-28 11:53:54 +00:00 committed by Git OBS Bridge
parent 7830e0e3a9
commit cc990b8d7f
5 changed files with 11 additions and 42 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 27 16:58:34 UTC 2017 - psimons@suse.com
- Update to version 0.5.6.
A more detailed change log is not available.
-------------------------------------------------------------------
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com

View File

@ -18,14 +18,13 @@
%global pkg_name socks
Name: ghc-%{pkg_name}
Version: 0.5.5
Version: 0.5.6
Release: 0
Summary: Socks proxy (version 5) implementation
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-bytestring-devel
BuildRequires: ghc-cereal-devel
@ -48,7 +47,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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2647ea93e21ad1dfd77e942c022c8707e468d25e1ff672a88be82508034fc868
size 10159

3
socks-0.5.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa63cd838025e18864c59755750c0cfc4ea76e140a542f07a5c682488ec78438
size 10239

View File

@ -1,35 +0,0 @@
Name: socks
Version: 0.5.5
x-revision: 1
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>
Synopsis: Socks proxy (version 5) implementation.
Build-Type: Simple
Category: Network
stability: experimental
Cabal-Version: >=1.6
Homepage: http://github.com/vincenthz/hs-socks
extra-doc-files: README.md, Example.hs
Library
-- Needs IsString Lazy.ByteString instance
Build-Depends: base >= 3 && < 5
, bytestring >=0.10 && <0.11
, cereal >= 0.3.1
, network >= 2.3
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
source-repository head
type: git
location: git://github.com/vincenthz/hs-socks