[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/38: gnu: Add ghc-skein.
From: |
Ludovic Courtès |
Subject: |
08/38: gnu: Add ghc-skein. |
Date: |
Sat, 31 Mar 2018 13:53:21 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 122260b390c13e21128ef7312f9c64357f947da7
Author: rsiddharth <address@hidden>
Date: Wed Mar 21 03:44:45 2018 +0000
gnu: Add ghc-skein.
* gnu/packages/haskell-web.scm (ghc-skein): New variable.
Signed-off-by: Ludovic Courtès <address@hidden>
---
gnu/packages/haskell-web.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index edfb43c..04d4bd2 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -925,3 +925,31 @@ of a JSON value into a @code{Data.Aeson.Value}.")
(description "This Haskell package provides two typeclasses for converting
Haskell data types to and from route pieces.")
(license license:bsd-3)))
+
+(define-public ghc-skein
+ (package
+ (name "ghc-skein")
+ (version "1.0.9.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://hackage.haskell.org/package/"
+ "skein-" version "/"
+ "skein-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1jdqdk0rz2wnvw735clnj8jh0a9rkrbqjg7vk3w6wczdql6cm0pq"))))
+ (build-system haskell-build-system)
+ (inputs `(("ghc-cereal" ,ghc-cereal)
+ ("ghc-tagged" ,ghc-tagged)
+ ("ghc-crpto-api" ,ghc-crypto-api)))
+ (native-inputs `(("ghc-hspec" ,ghc-hspec)))
+ (home-page "https://github.com/yesodweb/path-pieces")
+ (synopsis "Skein family of cryptographic hash functions for Haskell")
+ (description "@uref{(http://www.skein-hash.info, Skein} is a family of
+fast secure cryptographic hash functions designed by Niels Ferguson, Stefan
+Lucks, Bruce Schneier, Doug Whiting, Mihir Bellare, Tadayoshi Kohno, Jon
+Callas and Jesse Walker.
+
+This Haskell package uses bindings to the optimized C implementation of
Skein.")
+ (license license:bsd-3)))
- 03/38: gnu: Add ghc-stm-chans., (continued)
- 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
- 30/38: gnu: Add ghc-unliftio., Ludovic Courtès, 2018/03/31
- 08/38: gnu: Add ghc-skein.,
Ludovic Courtès <=
- 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
- 38/38: gnu: Add ghc-yesod., Ludovic Courtès, 2018/03/31
- 17/38: gnu: Add ghc-resource-pool., Ludovic Courtès, 2018/03/31
- 19/38: gnu: Add ghc-th-lift-instances., Ludovic Courtès, 2018/03/31
- 14/38: gnu: Add ghc-cprng-aes., Ludovic Courtès, 2018/03/31
- 21/38: gnu: Add ghc-uri-bytestring., Ludovic Courtès, 2018/03/31
- 22/38: gnu: Add ghc-time-locale-compat., Ludovic Courtès, 2018/03/31
- 10/38: gnu: Add ghc-crypto-cipher-types., Ludovic Courtès, 2018/03/31
- 11/38: gnu: Add ghc-crypto-cipher-tests., Ludovic Courtès, 2018/03/31