[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/49: gnu: Add ghc-asn1-encoding.
From: |
Ricardo Wurmus |
Subject: |
35/49: gnu: Add ghc-asn1-encoding. |
Date: |
Thu, 10 Dec 2015 13:36:50 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit 8078327341917f5ea4173ed77c00d6b7ba723154
Author: Ricardo Wurmus <address@hidden>
Date: Fri Nov 27 13:34:08 2015 +0100
gnu: Add ghc-asn1-encoding.
* gnu/packages/haskell.scm (ghc-asn1-encoding): New variable.
---
gnu/packages/haskell.scm | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 327e232..282b6f6 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -5794,6 +5794,34 @@ Mail} (PEM) format.")
format.")
(license bsd-3)))
+(define-public ghc-asn1-encoding
+ (package
+ (name "ghc-asn1-encoding")
+ (version "0.9.3")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "http://hackage.haskell.org/package/"
+ "asn1-encoding/asn1-encoding-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "01ki5msrpccgdbdiaaa5a9zw0icp1hki4hca8qx6hzlp0rcf1mwh"))))
+ (build-system haskell-build-system)
+ (propagated-inputs
+ `(("ghc-hourglass" ,ghc-hourglass)
+ ("ghc-asn1-types" ,ghc-asn1-types)
+ ("ghc-text" ,ghc-text)
+ ("ghc-mtl" ,ghc-mtl)))
+ (native-inputs
+ `(("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-quickcheck" ,ghc-tasty-quickcheck)))
+ (home-page "http://github.com/vincenthz/hs-asn1")
+ (synopsis "ASN1 data reader and writer in RAW, BER and DER forms")
+ (description
+ "This package provides a reader and writer for ASN1 data in raw form with
+supports for high level forms of ASN1 (BER, and DER).")
+ (license bsd-3)))
+
(define-public idris
(package
(name "idris")
- 24/49: gnu: Add ghc-filemanip., (continued)
- 24/49: gnu: Add ghc-filemanip., Ricardo Wurmus, 2015/12/10
- 17/49: gnu: Add ghc-haskell-src-meta., Ricardo Wurmus, 2015/12/10
- 25/49: gnu: Add ghc-mmap., Ricardo Wurmus, 2015/12/10
- 29/49: gnu: Add ghc-mime-types., Ricardo Wurmus, 2015/12/10
- 31/49: gnu: Add ghc-byteable., Ricardo Wurmus, 2015/12/10
- 32/49: gnu: Add ghc-hourglass., Ricardo Wurmus, 2015/12/10
- 27/49: gnu: Add ghc-sha., Ricardo Wurmus, 2015/12/10
- 36/49: gnu: Add ghc-asn1-parse., Ricardo Wurmus, 2015/12/10
- 34/49: gnu: Add ghc-asn1-types., Ricardo Wurmus, 2015/12/10
- 37/49: gnu: Add ghc-tasty-kat., Ricardo Wurmus, 2015/12/10
- 35/49: gnu: Add ghc-asn1-encoding.,
Ricardo Wurmus <=
- 26/49: gnu: Add ghc-juicypixels., Ricardo Wurmus, 2015/12/10
- 28/49: gnu: Add ghc-hslua., Ricardo Wurmus, 2015/12/10
- 43/49: gnu: Add ghc-x509-system., Ricardo Wurmus, 2015/12/10
- 33/49: gnu: Add ghc-pem., Ricardo Wurmus, 2015/12/10
- 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