parent
3c45f23375
commit
97541069fd
@ -1,44 +1,44 @@
|
|||||||
Name: connection
|
Name: connection
|
||||||
Version: 0.3.1
|
Version: 0.3.1
|
||||||
x-revision: 1
|
x-revision: 1
|
||||||
Description:
|
Description:
|
||||||
Simple network library for all your connection need.
|
Simple network library for all your connection need.
|
||||||
.
|
.
|
||||||
Features: Really simple to use, SSL/TLS, SOCKS.
|
Features: Really simple to use, SSL/TLS, SOCKS.
|
||||||
.
|
.
|
||||||
This library provides a very simple api to create sockets
|
This library provides a very simple api to create sockets
|
||||||
to a destination with the choice of SSL/TLS, and SOCKS.
|
to a destination with the choice of SSL/TLS, and SOCKS.
|
||||||
License: BSD3
|
License: BSD3
|
||||||
License-file: LICENSE
|
License-file: LICENSE
|
||||||
Copyright: Vincent Hanquez <vincent@snarc.org>
|
Copyright: Vincent Hanquez <vincent@snarc.org>
|
||||||
Author: Vincent Hanquez <vincent@snarc.org>
|
Author: Vincent Hanquez <vincent@snarc.org>
|
||||||
Maintainer: Vincent Hanquez <vincent@snarc.org>
|
Maintainer: Vincent Hanquez <vincent@snarc.org>
|
||||||
Synopsis: Simple and easy network connections API
|
Synopsis: Simple and easy network connections API
|
||||||
Build-Type: Simple
|
Build-Type: Simple
|
||||||
Category: Network
|
Category: Network
|
||||||
stability: experimental
|
stability: experimental
|
||||||
Cabal-Version: >=1.6
|
Cabal-Version: >=1.6
|
||||||
Homepage: https://github.com/vincenthz/hs-connection
|
Homepage: https://github.com/vincenthz/hs-connection
|
||||||
extra-source-files: README.md
|
extra-source-files: README.md
|
||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
|
|
||||||
Library
|
Library
|
||||||
Build-Depends: base >= 4.8 && < 5
|
Build-Depends: base >= 4.8 && < 5
|
||||||
, basement
|
, basement
|
||||||
, bytestring
|
, bytestring
|
||||||
, containers
|
, containers
|
||||||
, data-default-class
|
, data-default-class
|
||||||
, network >= 2.6.3
|
, network >= 2.6.3
|
||||||
, tls >= 1.4
|
, tls >= 1.4
|
||||||
, socks >= 0.6
|
, socks >= 0.6
|
||||||
, x509 >= 1.5
|
, x509 >= 1.5
|
||||||
, x509-store >= 1.5
|
, x509-store >= 1.5
|
||||||
, x509-system >= 1.5
|
, x509-system >= 1.5
|
||||||
, x509-validation >= 1.5
|
, x509-validation >= 1.5
|
||||||
Exposed-modules: Network.Connection
|
Exposed-modules: Network.Connection
|
||||||
Other-modules: Network.Connection.Types
|
Other-modules: Network.Connection.Types
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/vincenthz/hs-connection
|
location: https://github.com/vincenthz/hs-connection
|
||||||
|
Loading…
Reference in new issue