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


View this message in rfc822 format

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: [bug#50835] [PATCH v2 11/24] gnu: Add ghc-base58-bytestring.
Date: Thu, 13 Jan 2022 21:45:33 -0500
* gnu/packages/haskell-xyz.scm (ghc-base58-bytestring): New variable.
---
 gnu/packages/haskell-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index ebee13023e..602fdc3ac1 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16342,3 +16342,25 @@ usage patterns.")
     (description "Network-protocol-XMPP is a client or component library for XMPP.
 Does only what it needs to do and nothing more, no XEP wrappers etc.")
     (license license:gpl3)))
+
+(define-public ghc-base58-bytestring
+  (package
+    (name "ghc-base58-bytestring")
+    (version "0.1.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (hackage-uri "base58-bytestring" version))
+        (sha256
+          (base32 "1ls05nzswjr6aw0wwk3q7cpv1hf0lw7vk16a5khm6l21yfcgbny2"))))
+    (build-system haskell-build-system)
+    (native-inputs
+      (list ghc-quickcheck-assertions
+            ghc-quickcheck-instances
+            ghc-tasty
+            ghc-tasty-quickcheck))
+    (home-page "https://bitbucket.org/s9gf4ult/base58-bytestring")
+    (synopsis "Implementation of BASE58 transcoding for ByteStrings")
+    (description
+      "Base58 ByteString is an implementation of BASE58 transcoding.")
+    (license license:public-domain)))
-- 
2.30.2




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

Previous Next


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