From 349d0f3e88215e678aa1c9ef610bfbff63b3c97b Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 30 Oct 2023 09:46:27 +0000 Subject: automatic import of ghc-connection --- connection.cabal | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100755 connection.cabal (limited to 'connection.cabal') diff --git a/connection.cabal b/connection.cabal new file mode 100755 index 0000000..2cce07b --- /dev/null +++ b/connection.cabal @@ -0,0 +1,44 @@ +Name: connection +Version: 0.3.1 +x-revision: 2 +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 +Author: Vincent Hanquez +Maintainer: Vincent Hanquez +Synopsis: Simple and easy network connections API +Build-Type: Simple +Category: Network +stability: experimental +Cabal-Version: >=1.8 +Homepage: https://github.com/vincenthz/hs-connection +extra-source-files: README.md + CHANGELOG.md + +Library + Build-Depends: base >= 4.8 && < 5 + , basement + , bytestring + , containers + , data-default-class + , network >= 2.6.3 + , tls >= 1.4 && < 1.7 + , socks >= 0.6 + , x509 >= 1.5 + , x509-store >= 1.5 + , x509-system >= 1.5 + , 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/vincenthz/hs-connection -- cgit v1.2.3