forked from pool/ghc-socks
Use pristine copy of edited Cabal file from upstream.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-socks?expand=0&rev=10
This commit is contained in:
parent
6f20761448
commit
8717c6a5a0
70
socks.cabal
70
socks.cabal
@ -1,35 +1,35 @@
|
||||
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user