[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#44518] [PATCH v3 03/25] gnu: Add ghc-crypton-x509-store.
From: |
Romain GARBAGE |
Subject: |
[bug#44518] [PATCH v3 03/25] gnu: Add ghc-crypton-x509-store. |
Date: |
Mon, 22 Jul 2024 13:28:00 +0200 |
* gnu/packages/haskell-crypto.scm (ghc-crypton-x509-store): New variable.
Change-Id: Id9e2bd91d99c09fee5bd0054741176108b7376ed
---
gnu/packages/haskell-crypto.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index 9bbf3ee0fc..3f2517143c 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -683,6 +683,28 @@ (define-public ghc-crypton-x509
(description "Generic X509 support for Haskell.")
(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
+ "X.509 collection accessing and storing methods for certificate, crl,
exception
+list")
+ (license license:bsd-3)))
+
(define-public ghc-cprng-aes
(package
(name "ghc-cprng-aes")
--
2.45.1
- [bug#44518] [PATCH v3 00/25] Add matterhorn package., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 03/25] gnu: Add ghc-crypton-x509-store.,
Romain GARBAGE <=
- [bug#71938] [PATCH v3 01/25] gnu: Add ghc-crypton., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 05/25] gnu: Add ghc-crypton-x509-validation., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 02/25] gnu: Add ghc-crypton-x509., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 04/25] gnu: Add ghc-crypton-x509-system., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 06/25] gnu: Add ghc-tls-1.9., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 07/25] gnu: Add ghc-crypton-connection., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 08/25] gnu: Add ghc-mattermost-api., Romain GARBAGE, 2024/07/22
- [bug#71938] [PATCH v3 10/25] gnu: Add ghc-modern-uri., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 09/25] gnu: Add ghc-mattermost-api-qc., Romain GARBAGE, 2024/07/22
- [bug#44518] [PATCH v3 11/25] gnu: Add ghc-aspell-pipe., Romain GARBAGE, 2024/07/22