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 #98 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 24/24] gnu: Add ghc-ipld-cid.
Date: Thu, 13 Jan 2022 21:45:46 -0500
* gnu/packages/haskell-xyz.scm (ghc-ipld-cid): New variable.
---
 gnu/packages/haskell-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index c27064a327..b1cc01b7d2 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -16630,3 +16630,26 @@ https://gist.github.com/maaku/8996338#file-bip-ecc32-mediawiki.")
       "Multibase implements self-identifying base encodings as an implementation
 of https://github.com/multiformats/multihash.")
     (license license:bsd-3)))
+
+(define-public ghc-ipld-cid
+  (package
+    (name "ghc-ipld-cid")
+    (version "0.1.0.0")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (hackage-uri "ipld-cid" version))
+        (sha256
+          (base32 "1y08j0ibcrpfcm0zv1h17zdgbl3hm3sjvm0w9bk1lzdipd6p6cwj"))))
+    (build-system haskell-build-system)
+    (inputs
+      (list ghc-binary-varint
+            ghc-cryptonite
+            ghc-hashable
+            ghc-multibase
+            ghc-multihash-cryptonite))
+    (native-inputs (list ghc-hedgehog))
+    (home-page "https://github.com/monadic-xyz/ipfs")
+    (synopsis "IPLD Content-IDentifiers for Hasell")
+    (description "IPLD-CID is an implementation of https://github.com/ipld/cid.")
+    (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.