GNU bug report logs - #50835
[PATCH 0/8] New Haskell packages: cache, redis client, xmpp

Previous Next

Package: guix-patches;

Reported by: Stephen Paul Weber <singpolyma <at> singpolyma.net>

Date: Mon, 27 Sep 2021 02:10:02 UTC

Severity: normal

Tags: patch

Full log


Message #47 received at 50835 <at> debbugs.gnu.org (full text, mbox):

From: Stephen Paul Weber <singpolyma <at> singpolyma.net>
To: 50835 <at> debbugs.gnu.org
Cc: Stephen Paul Weber <singpolyma <at> singpolyma.net>, rg <at> raghavgururajan.name
Subject: [PATCH v2 08/24] gnu: Add ghc-network-simple.
Date: Thu, 13 Jan 2022 21:45:30 -0500
* gnu/packages/haskell-xyz.scm (ghc-network-simple): New variable.
---
 gnu/packages/haskell-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index a206e8cabb..8c02385f26 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16265,3 +16265,22 @@ SAX parser.")
     (description
       "This library provides low-level bindings for using libidn in Haskell.")
     (license license:gpl3)))
+
+(define-public ghc-network-simple
+  (package
+    (name "ghc-network-simple")
+    (version "0.4.5")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (hackage-uri "network-simple" version))
+        (sha256
+          (base32 "17hpgcwrsx2h8lrb2wwzy0anp33mn80dnwcgnqmb8prajwjvz807"))))
+    (build-system haskell-build-system)
+    (inputs (list ghc-network ghc-network-bsd ghc-safe-exceptions ghc-socks))
+    (home-page "https://github.com/k0001/network-simple")
+    (synopsis "Simple network sockets usage patterns")
+    (description
+      "Network Simple exports functions that abstract simple network socket
+usage patterns.")
+    (license license:bsd-3)))
-- 
2.30.2




This bug report was last modified 3 years and 151 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.