[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/38: gnu: Add ghc-crypto-random.
From: |
Ludovic Courtès |
Subject: |
13/38: gnu: Add ghc-crypto-random. |
Date: |
Sat, 31 Mar 2018 13:53:22 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 13c281672d6c51cb425263d660cca913668e4761
Author: rsiddharth <address@hidden>
Date: Wed Mar 21 03:44:50 2018 +0000
gnu: Add ghc-crypto-random.
* gnu/packages/haskell-crypto.scm (ghc-crypto-random): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/haskell-crypto.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index 6086525..c501f36 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -592,3 +592,25 @@ including very popular one (openssl, gnutls) also uses
similar
implementation. If it matters for your case, you should make sure you have
AES-NI available, or you'll need to use a different implementation.")
(license license:bsd-3)))
+
+(define-public ghc-crypto-random
+ (package
+ (name "ghc-crypto-random")
+ (version "0.0.9")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "crypto-random-" version "/"
+ "crypto-random-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0139kbbb2h7vshf68y3fvjda29lhj7jjwl4vq78w4y8k8hc7l2hp"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-securemem" ,ghc-securemem)
+ ("ghc-vector" ,ghc-vector)))
+ (home-page "https://github.com/vincenthz/hs-crypto-random")
+ (synopsis "Simple cryptographic random related types for Haskell")
+ (description "Simple cryptographic random related types: a safe
+abstraction for CPRNGs.")
+ (license license:bsd-3)))
- branch master updated (2ac9f2a -> 4246922), Ludovic Courtès, 2018/03/31
- 04/38: gnu: Add ghc-monad-loops., Ludovic Courtès, 2018/03/31
- 02/38: gnu: ghc-chunked-data: Update inputs., Ludovic Courtès, 2018/03/31
- 05/38: gnu: Add ghc-monad-logger., Ludovic Courtès, 2018/03/31
- 13/38: gnu: Add ghc-crypto-random.,
Ludovic Courtès <=
- 01/38: gnu: Add emacs-anzu., Ludovic Courtès, 2018/03/31
- 03/38: gnu: Add ghc-stm-chans., Ludovic Courtès, 2018/03/31
- 06/38: gnu: Add ghc-shakespeare., Ludovic Courtès, 2018/03/31
- 09/38: gnu: Add ghc-securemem., Ludovic Courtès, 2018/03/31
- 07/38: gnu: Add ghc-path-pieces., Ludovic Courtès, 2018/03/31
- 12/38: gnu: Add ghc-cipher-aes., Ludovic Courtès, 2018/03/31
- 15/38: gnu: Add ghc-clientsession., Ludovic Courtès, 2018/03/31
- 16/38: gnu: Add ghc-yesod-core., Ludovic Courtès, 2018/03/31
- 25/38: gnu: Add ghc-aeson-compat., Ludovic Courtès, 2018/03/31
- 23/38: gnu: Add ghc-http-api-data., Ludovic Courtès, 2018/03/31