* [bug#39031] [PATCH] gnu: Add ghc-pwstore-fast.
@ 2020-01-08 9:35 Alexandru-Sergiu Marton
2020-03-29 19:12 ` bug#39031: " Marius Bakke
0 siblings, 1 reply; 2+ messages in thread
From: Alexandru-Sergiu Marton @ 2020-01-08 9:35 UTC (permalink / raw)
To: 39031; +Cc: Alexandru-Sergiu Marton
* gnu/packages/haskell-xyz.scm (ghc-pwstore-fast): 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 3f73c31072..3d841456cb 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -9046,6 +9046,37 @@ Typical applications of Priority Search Queues include:
@end itemize")
(license license:bsd-3)))
+(define-public ghc-pwstore-fast
+ (package
+ (name "ghc-pwstore-fast")
+ (version "2.4.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://hackage.haskell.org/package/pwstore-fast/"
+ "pwstore-fast-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1cpvlwzg3qznhygrr78f75p65mnljd9v5cvnagfxjqppnrkay6bj"))))
+ (build-system haskell-build-system)
+ (inputs
+ `(("ghc-base64-bytestring" ,ghc-base64-bytestring)
+ ("ghc-cryptohash" ,ghc-cryptohash)
+ ("ghc-random" ,ghc-random)
+ ("ghc-byteable" ,ghc-byteable)))
+ (home-page
+ "https://github.com/PeterScott/pwstore")
+ (synopsis "Secure password storage")
+ (description
+ "To store passwords securely, they should be salted, then hashed with
+a slow hash function. This library uses PBKDF1-SHA256, and handles all the
+details. It uses the cryptohash package for speed; if you need a pure
+Haskell library, pwstore-purehaskell has the exact same API, but uses only
+pure Haskell. It is about 25 times slower than this package, but still quite
+usable.")
+ (license license:bsd-3)))
+
(define-public ghc-random
(package
(name "ghc-random")
--
2.24.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#39031: [PATCH] gnu: Add ghc-pwstore-fast.
2020-01-08 9:35 [bug#39031] [PATCH] gnu: Add ghc-pwstore-fast Alexandru-Sergiu Marton
@ 2020-03-29 19:12 ` Marius Bakke
0 siblings, 0 replies; 2+ messages in thread
From: Marius Bakke @ 2020-03-29 19:12 UTC (permalink / raw)
To: Alexandru-Sergiu Marton, 39031-done; +Cc: Alexandru-Sergiu Marton
[-- Attachment #1: Type: text/plain, Size: 142 bytes --]
Alexandru-Sergiu Marton <brown121407@gmail.com> writes:
> * gnu/packages/haskell-xyz.scm (ghc-pwstore-fast): New variable.
Applied, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-29 19:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-08 9:35 [bug#39031] [PATCH] gnu: Add ghc-pwstore-fast Alexandru-Sergiu Marton
2020-03-29 19:12 ` bug#39031: " Marius Bakke
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.