[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64965] [PATCH 5/8] gnu: Add ghc-hookup.
From: |
Tobias Geerinckx-Rice |
Subject: |
[bug#64965] [PATCH 5/8] gnu: Add ghc-hookup. |
Date: |
Sun, 30 Jul 2023 01:59:57 +0200 |
* gnu/packages/haskell-xyz.scm (ghc-hookup): New public variable.
---
gnu/packages/haskell-xyz.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 5cc72bacb3..7d01da6739 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5393,6 +5393,35 @@ (define-public ghc-hmatrix-special
functions for Haskell.")
(license license:gpl3+)))
+(define-public ghc-hookup
+ (package
+ (name "ghc-hookup")
+ (version "0.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "hookup" version))
+ (sha256
+ (base32 "02prkwj4rj8g330z17bpjh7hpwfdvasaxsk74mcvbi03gjpydrib"))))
+ (build-system haskell-build-system)
+ (arguments
+ `(#:cabal-revision ("1"
+
"1x4hxcb81rczpywcda3s9jbh2gs1sfwvd7wzv3cxxkbd4smlrh1r")))
+ (inputs
+ (list ghc-async
+ ghc-network
+ ghc-attoparsec
+ ghc-hsopenssl
+ ghc-hsopenssl-x509-system))
+ (properties '((upstream-name . "hookup")))
+ (home-page "https://github.com/glguy/irc-core")
+ (synopsis "Abstracts network connections over SOCKS5 and TLS")
+ (description
+ "This package provides an abstraction for communicating with line-oriented
+network services while abstracting over the use of SOCKS5 and TLS (via
+OpenSSL)")
+ (license license:isc)))
+
(define-public ghc-hostname
(package
(name "ghc-hostname")
--
2.41.0
- [bug#64965] Add glirc, Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] [PATCH 1/8] gnu: Add ghc-curve25519., Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] [PATCH 2/8] gnu: Add ghc-config-value., Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] [PATCH 4/8] gnu: Add ghc-hsopenssl-x509-system., Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] [PATCH 7/8] gnu: Add ghc-vty., Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] [PATCH 3/8] gnu: Add ghc-config-schema., Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] [PATCH 5/8] gnu: Add ghc-hookup.,
Tobias Geerinckx-Rice <=
- [bug#64965] [PATCH 8/8] gnu: Add glirc., Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] [PATCH 6/8] gnu: Add ghc-irc-core., Tobias Geerinckx-Rice, 2023/07/30
- [bug#64965] Add glirc, Lars-Dominik Braun, 2023/07/31
- bug#64965: Add glirc, Tobias Geerinckx-Rice, 2023/07/31