[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44518] [PATCH v3 07/25] gnu: Add ghc-crypton-connection.
From: |
Romain GARBAGE |
Subject: |
[bug#44518] [PATCH v3 07/25] gnu: Add ghc-crypton-connection. |
Date: |
Mon, 22 Jul 2024 13:28:04 +0200 |
* gnu/packages/haskell-web.scm (ghc-crypton-connection): New variable.
Change-Id: I37bc263de2aa9f3ce7b06b9a752424a0550bf6d3
---
gnu/packages/haskell-web.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index 0aaa609e42..08b2136cb2 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -89,6 +89,35 @@ (define-public ghc-cookie
(description "HTTP cookie parsing and rendering library for Haskell.")
(license license:expat)))
+(define-public ghc-crypton-connection
+ (package
+ (name "ghc-crypton-connection")
+ (version "0.3.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "crypton-connection" version))
+ (sha256
+ (base32 "07lrkv6lwphsyp4797yp8ywnndzd270bk58r8gwyby0hr4xy52r0"))))
+ (build-system haskell-build-system)
+ (properties '((upstream-name . "crypton-connection")))
+ (inputs (list ghc-basement
+ ghc-data-default-class
+ ghc-network
+ ghc-tls-1.9
+ ghc-socks
+ ghc-crypton-x509
+ ghc-crypton-x509-store
+ ghc-crypton-x509-system
+ ghc-crypton-x509-validation))
+ (home-page "https://github.com/kazu-yamamoto/crypton-connection")
+ (synopsis "Simple and easy network connections API")
+ (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 license:bsd-3)))
+
(define-public ghc-curl
(package
(name "ghc-curl")
--
2.45.1
- [bug#44518] [PATCH v3 00/25] Add matterhorn package., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 03/25] gnu: Add ghc-crypton-x509-store., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 01/25] gnu: Add ghc-crypton., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 05/25] gnu: Add ghc-crypton-x509-validation., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 02/25] gnu: Add ghc-crypton-x509., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 04/25] gnu: Add ghc-crypton-x509-system., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 06/25] gnu: Add ghc-tls-1.9., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 07/25] gnu: Add ghc-crypton-connection.,
Romain GARBAGE <=
- [bug#71938] [PATCH v3 08/25] gnu: Add ghc-mattermost-api., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 10/25] gnu: Add ghc-modern-uri., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 09/25] gnu: Add ghc-mattermost-api-qc., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 11/25] gnu: Add ghc-aspell-pipe., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 17/25] gnu: Add ghc-unique., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 12/25] gnu: Add ghc-bimap., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 14/25] gnu: Add ghc-monad-parallel., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 18/25] gnu: Add ghc-unix-compat-7., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 16/25] gnu: Add ghc-stm-delay., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 13/25] gnu: Add ghc-checkers., Romain GARBAGE, 2024/07/22