[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/49: gnu: Add ghc-x509-store.
From: |
Ricardo Wurmus |
Subject: |
41/49: gnu: Add ghc-x509-store. |
Date: |
Thu, 10 Dec 2015 13:36:52 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 282f11420b0c90e60afdfe63ea4c6cd89d4c36ba
Author: Ricardo Wurmus <address@hidden>
Date: Fri Nov 27 13:36:46 2015 +0100
gnu: Add ghc-x509-store.
* gnu/packages/haskell.scm (ghc-x509-store): New variable.
---
gnu/packages/haskell.scm | 27 +++++++++++++++++++++++++++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 13942bb..5cdf0c9 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5962,6 +5962,33 @@ set, memory copy, ..) and more")
"This library provides functions to read and write X509 certificates.")
(license bsd-3)))
+(define-public ghc-x509-store
+ (package
+ (name "ghc-x509-store")
+ (version "1.6.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://hackage.haskell.org/package/"
+ "x509-store/x509-store-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "01abx528i9f7djq2772xyna8x2mykrnwqkcfrapcx7z3bhprvml3"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-mtl" ,ghc-mtl)
+ ("ghc-pem" ,ghc-pem)
+ ("ghc-asn1-types" ,ghc-asn1-types)
+ ("ghc-asn1-encoding" ,ghc-asn1-encoding)
+ ("ghc-cryptonite" ,ghc-cryptonite)
+ ("ghc-x509" ,ghc-x509)))
+ (home-page "http://github.com/vincenthz/hs-certificate")
+ (synopsis "X.509 collection accessing and storing methods")
+ (description
+ "This package provides functions for accessing and storing X.509
+collections, certificates, revocation lists, and exception lists.")
+ (license bsd-3)))
+
(define-public idris
(package
(name "idris")
- 30/49: gnu: Add ghc-http-client., (continued)
- 30/49: gnu: Add ghc-http-client., Ricardo Wurmus, 2015/12/10
- 46/49: gnu: Add ghc-connection., Ricardo Wurmus, 2015/12/10
- 40/49: gnu: Add ghc-x509., Ricardo Wurmus, 2015/12/10
- 42/49: gnu: Add ghc-x509-validation., Ricardo Wurmus, 2015/12/10
- 49/49: gnu: python-biopython, python2-biopython: Update to 1.66., Ricardo Wurmus, 2015/12/10
- 48/49: gnu: Add ghc-pandoc., Ricardo Wurmus, 2015/12/10
- 39/49: gnu: Add ghc-memory., Ricardo Wurmus, 2015/12/10
- 45/49: gnu: Add ghc-socks., Ricardo Wurmus, 2015/12/10
- 47/49: gnu: Add ghc-http-client-tls., Ricardo Wurmus, 2015/12/10
- 38/49: gnu: Add ghc-cryptonite., Ricardo Wurmus, 2015/12/10
- 41/49: gnu: Add ghc-x509-store.,
Ricardo Wurmus <=
- 44/49: gnu: Add ghc-tls., Ricardo Wurmus, 2015/12/10