emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39030: closed ([PATCH] gnu: Add ghc-nonce.)


From: GNU bug Tracking System
Subject: bug#39030: closed ([PATCH] gnu: Add ghc-nonce.)
Date: Sun, 29 Mar 2020 19:12:02 +0000

Your message dated Sun, 29 Mar 2020 21:11:52 +0200
with message-id <address@hidden>
and subject line Re: [bug#39030] [PATCH] gnu: Add ghc-nonce.
has caused the debbugs.gnu.org bug report #39030,
regarding [PATCH] gnu: Add ghc-nonce.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39030: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39030
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add ghc-nonce. Date: Wed, 8 Jan 2020 11:34:21 +0200
* gnu/packages/haskell-xyz.scm (ghc-nonce): New variable.
---
 gnu/packages/haskell-xyz.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index b2279f6cdd..3f73c31072 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -7869,6 +7869,37 @@ class, and a lazy number type for non-negative numbers 
(a generalization
 of Peano numbers).")
     (license license:gpl3+)))
 
+(define-public ghc-nonce
+  (package
+    (name "ghc-nonce")
+    (version "1.0.7")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://hackage.haskell.org/package/nonce/";
+             "nonce-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1q9ph0aq51mvdvydnriqd12sfin36pfb8f588zgac1ybn8r64ksb"))))
+    (build-system haskell-build-system)
+    (inputs
+     `(("ghc-base64-bytestring" ,ghc-base64-bytestring)
+       ("ghc-entropy" ,ghc-entropy)
+       ("ghc-unliftio" ,ghc-unliftio)
+       ("ghc-unliftio-core" ,ghc-unliftio-core)))
+    (home-page
+     "https://github.com/prowdsponsor/nonce";)
+    (synopsis "Generate cryptographic nonces in Haskell")
+    (description
+     "A nonce is an arbitrary number used only once in a cryptographic
+communication.  This package contain helper functions for generating nonces.
+There are many kinds of nonces used in different situations.  It's not
+guaranteed that by using the nonces from this package you won't have any
+security issues.  Please make sure that the nonces generated via this
+package are usable on your design.")
+    (license license:bsd-3)))
+
 (define-public ghc-numeric-extras
   (package
     (name "ghc-numeric-extras")
-- 
2.24.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39030] [PATCH] gnu: Add ghc-nonce. Date: Sun, 29 Mar 2020 21:11:52 +0200 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
Alexandru-Sergiu Marton <address@hidden> writes:

> * gnu/packages/haskell-xyz.scm (ghc-nonce): New variable.

Applied, thanks!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]