Compare commits
11 Commits
Author | SHA256 | Date | |
---|---|---|---|
bb92c34044 | |||
bdb79e0930 | |||
8a27253cf8 | |||
95fd53a13b | |||
20f7a9ef71 | |||
e7f96a6e20 | |||
de0227c2ce | |||
f0626dfeec | |||
1e3e506e00 | |||
7b074ce005 | |||
b9abbc42df |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:208be23bc910f8e5f9431995b9c011ed376bb947d79f74c8f51a5e4ecd9e991e
|
||||
size 9054
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c98825ce395e6aed4550fefae7c8e7d6b5b4435f5ad57d12aad33fd356f82ae1
|
||||
size 9322
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:247068c222a5feec66ada8d599bfc4a878bef2cac104636afbc7d5cae93ca491
|
||||
size 9324
|
@@ -1,45 +0,0 @@
|
||||
Name: crypton-connection
|
||||
Version: 0.3.2
|
||||
x-revision: 1
|
||||
Description:
|
||||
Simple network library for all your connection need.
|
||||
.
|
||||
Features: Really simple to use, SSL/TLS, SOCKS.
|
||||
.
|
||||
This library provides a very simple api to create sockets
|
||||
to a destination with the choice of SSL/TLS, and SOCKS.
|
||||
License: BSD3
|
||||
License-file: LICENSE
|
||||
Copyright: Vincent Hanquez <vincent@snarc.org>
|
||||
Author: Vincent Hanquez <vincent@snarc.org>
|
||||
Maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
|
||||
Synopsis: Simple and easy network connections API
|
||||
Build-Type: Simple
|
||||
Category: Network
|
||||
stability: experimental
|
||||
Cabal-Version: >=1.10
|
||||
Homepage: https://github.com/kazu-yamamoto/crypton-connection
|
||||
extra-source-files: README.md
|
||||
CHANGELOG.md
|
||||
|
||||
Library
|
||||
Default-Language: Haskell2010
|
||||
Build-Depends: base >= 3 && < 5
|
||||
, basement
|
||||
, bytestring
|
||||
, containers
|
||||
, data-default-class
|
||||
, network >= 2.6.3
|
||||
, tls >= 1.7 && <2.1.0
|
||||
, socks >= 0.6
|
||||
, crypton-x509 >= 1.5
|
||||
, crypton-x509-store >= 1.5
|
||||
, crypton-x509-system >= 1.5
|
||||
, crypton-x509-validation >= 1.5
|
||||
Exposed-modules: Network.Connection
|
||||
Other-modules: Network.Connection.Types
|
||||
ghc-options: -Wall
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
location: https://github.com/kazu-yamamoto/crypton-connection
|
Reference in New Issue
Block a user