mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add ghc-crypton-x509-store.
* gnu/packages/haskell-crypto.scm (ghc-crypton-x509-store): New variable. Change-Id: Id9e2bd91d99c09fee5bd0054741176108b7376ed
This commit is contained in:
parent
f0514b9cac
commit
9539293213
1 changed files with 23 additions and 0 deletions
|
@ -679,6 +679,29 @@ (define-public ghc-crypton-x509
|
||||||
(description "This package provides generic X509 support for Haskell.")
|
(description "This package provides generic X509 support for Haskell.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public ghc-crypton-x509-store
|
||||||
|
(package
|
||||||
|
(name "ghc-crypton-x509-store")
|
||||||
|
(version "1.6.9")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hackage-uri "crypton-x509-store" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0vr5b9cyf9x016wn1g0bryslf5nz8jq2sy8r3llwqfg02apihqiy"))))
|
||||||
|
(build-system haskell-build-system)
|
||||||
|
(properties '((upstream-name . "crypton-x509-store")))
|
||||||
|
(inputs (list ghc-pem ghc-asn1-types ghc-asn1-encoding ghc-crypton
|
||||||
|
ghc-crypton-x509))
|
||||||
|
(native-inputs (list ghc-tasty ghc-tasty-hunit))
|
||||||
|
(home-page "https://github.com/kazu-yamamoto/crypton-certificate")
|
||||||
|
(synopsis "X.509 collection accessing and storing methods")
|
||||||
|
(description
|
||||||
|
"This package provides methods for accessing and storing X.509
|
||||||
|
collections of certificates, certificate revocation lists, and exception
|
||||||
|
lists.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public ghc-cprng-aes
|
(define-public ghc-cprng-aes
|
||||||
(package
|
(package
|
||||||
(name "ghc-cprng-aes")
|
(name "ghc-cprng-aes")
|
||||||
|
|
Loading…
Reference in a new issue