[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/38: gnu: Add ghc-securemem.
From: |
Ludovic Courtès |
Subject: |
09/38: gnu: Add ghc-securemem. |
Date: |
Sat, 31 Mar 2018 13:53:21 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 54f3536d55b265f604c77b81595998a91c6aa4e2
Author: rsiddharth <address@hidden>
Date: Wed Mar 21 03:44:46 2018 +0000
gnu: Add ghc-securemem.
* gnu/packages/haskell.scm (ghc-securemem): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/haskell.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 523dc24..511d7b9 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -8980,4 +8980,27 @@ be used inline with a quasi-quoter or in an external
file and it
interpolates variables according to the type being inserted.")
(license license:expat)))
+(define-public ghc-securemem
+ (package
+ (name "ghc-securemem")
+ (version "0.1.9")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "securemem-" version "/"
+ "securemem-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0dkhhjxa7njc3qbgvd5a23rkvr39vj2kn2a9nk6yjg7a8b2hvdpy"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-byteable" ,ghc-byteable)
+ ("ghc-memory" ,ghc-memory)))
+ (home-page "https://github.com/vincenthz/hs-securemem")
+ (synopsis "Auto-scrubbing and const-time-eq memory chunk abstraction for
+Haskell")
+ (description "SecureMem is similar to ByteString, except that it provides
+a memory chunk that will be auto-scrubbed after it run out of scope.")
+ (license license:bsd-3)))
+
;;; haskell.scm ends here
- 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, 2018/03/31
- 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 <=
- 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
- 30/38: gnu: Add ghc-unliftio., Ludovic Courtès, 2018/03/31
- 08/38: gnu: Add ghc-skein., Ludovic Courtès, 2018/03/31
- 24/38: gnu: Add ghc-persistent., Ludovic Courtès, 2018/03/31
- 29/38: gnu: Add ghc-microlens-th., Ludovic Courtès, 2018/03/31